Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 8, 2016
1 parent 105f2dc commit 5a85175
Show file tree
Hide file tree
Showing 2 changed files with 23 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.7.7
mod_version=0.8.0
minecraft_version=1.9.4
forge_version=12.17.0.1954
mcp_mappings_version=snapshot_20160519
Expand Down
22 changes: 22 additions & 0 deletions resources/changelog/1.9.4-0.8.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
As always, don't forget to backup your world before updating!

Additions:
* Add DimPos hashCode
* Add helper methods to read/write classes from/to NBT
* Add more capability helpers
* Add IInventoryState capability to inventories

Changes:
* Rename IGuiContainerProvider#getMod to getModGui
* Improve efficiency of NBT class type map retrieval
* Bake tile capabilities after loading for improved efficiency
* Improve inventory side slot retrieval efficiency
* Make getCapability in TileHelpers world type less strict

Fixes:
* Fix WorldStorage not resetting when changing games/worlds
* Let processing continue when right clicking with a fluid container item
* Fix commands breaking help command
* Fix non-positive number fields disabling arrows when 0
* Fix incorrect blockstate to itemstack conversion
* Correctly set ItemBlock hasSubtypes field based on the number of blockstates

0 comments on commit 5a85175

Please sign in to comment.