Skip to content

Commit

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

Additions:
* Add method to DimPos to check if that position is loaded

Changes:
* Store world as a weak reference in DimPos
This avoids world memory leaks.

Lib additions:
* Add registry for mapping items to achievements
* Add support for fluids components in recipe appendix
* Add achievement rewards system for infobooks
* Open up infobook interface API for Integrated Dynamics

0 comments on commit c53cb68

Please sign in to comment.