Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 22, 2017
1 parent 50f4ae1 commit 660f48c
Show file tree
Hide file tree
Showing 2 changed files with 18 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.9.0
mod_version=0.9.1
minecraft_version=1.11.2
forge_version=13.20.0.2201
mcp_mappings_version=snapshot_20161206
Expand Down
17 changes: 17 additions & 0 deletions resources/changelog/1.11.2-0.9.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
As always, don't forget to backup your world before updating!

Additions:
* Add IndexedInventory to expose slotless item handler
* Added category tooltips
* Added localization for configuration gui

Changes:
* Added extra options to the configurable property annotation

Fixes:
* Fix InventoryContainer incorrectly mutating inventory stacks
* Improve efficiency of CapabilityConstructorRegistry, #35
* Fix rare NPE in CubeDetector
* Fix rare cube detection crash
* Fix nbt field inaccessibility, Closes #33
* Fix rare version checker crash when player connection is null, Closes #31

0 comments on commit 660f48c

Please sign in to comment.