Skip to content

Commit

Permalink
Bump version & update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Jan 4, 2025
1 parent b135630 commit f409671
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v8.0

- Merged pull request by @MasterEnderman in [#31](https://github.com/juraj-hrivnak/Greenery/pull/31).
- Added a new config option for disable printing debug messages to the log file
- Defining drops now allows:
- using metadata -> use `<resource_location>:<meta>`; example `minecraft:wool:5`,
- using oredicts -> use `ore:<oredict_name>`; example `ore:plankWood`.

- Added "Override Other Bonemeal Events" config.
- Added `isReplaceable` JSON config.
- Implemented a safer way of loading and unloading generators. (Fixes [#30](https://github.com/juraj-hrivnak/Greenery/issues/30).)

## v7.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 = 7.0
mod_version = 8.0
maven_group = teksturepako
archives_base_name = Greenery

Expand Down

0 comments on commit f409671

Please sign in to comment.