Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 24, 2017
1 parent 9e452e0 commit 0a3dfa9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod_version=0.10.9
mod_version=0.10.10
minecraft_version=1.12
forge_version=14.21.1.2406
mcp_mappings_version=snapshot_20170629
Expand Down
19 changes: 19 additions & 0 deletions resources/changelog/1.12-0.10.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
As always, don't forget to backup your world before updating!

Additions:

Changes:
* Add callback to ExtendedConfig for when the Forge registry entry has been registered
* Manually emit confighandler crashes, as Forge swallows them

Fixes:
* Fix fluid containers appearing in all creative tabs
* Fix crashes in SMP
* Fix InventoryHelpers using null ItemStacks for re-adding stacks to players
* Fix incorrect recipe type category id's
* Fix block and item color registration crash
* Fix block registration callback
* Improve error logging for invalid grid recipe output items
* Register dynamic item models at the correct time
* Fix villager registration crash
* Fix block and item color crash

0 comments on commit 0a3dfa9

Please sign in to comment.