Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Nov 17, 2024
1 parent a93d434 commit 162e42d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## v7.0

### Greenery🌿 changelog

- Implemented improved `soil` configuration.
- The `allowedSoils` config was deprecated. (Still works for backward compatibility.)

Syntax:

```
{
"soil": [
"material:<material>",
"block:<resource_location>",
"block:<resource_location> | <blockstates>..."
]
}
```

Example:

```
{
"soil": [
"material:grass",
"block:minecraft:sand",
"block:minecraft:stone | variant=granite"
]
}
```

## v6.0

### Greenery🌿 changelog
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs = -Xmx3G

# Mod Information
mod_version = 6.0
mod_version = 7.0
maven_group = teksturepako
archives_base_name = Greenery

Expand Down

0 comments on commit 162e42d

Please sign in to comment.