Skip to content

Commit

Permalink
1.7.2-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Apr 29, 2014
1 parent 5045003 commit 2e26979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
1.7.2-1.0.0

+ Added the ability to add slots
+ Added the ability to move slots
+ Added the ability to add buttons
+ Added the ability to move special parts of the inventory screens
+ Added IInventoryObjects
+ Added IInventoryHandlers
+ Added IInventoryHandlers
* Made the inventory rendering dynamic
2 changes: 1 addition & 1 deletion PlayerInventoryAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class PlayerInventoryAPI extends ClashsoftMod
public static final String MODID = "piapi";
public static final String NAME = "Player Inventory API";
public static final String ACRONYM = "piapi";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0-alpha";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0";

@Instance(MODID)
public static PlayerInventoryAPI instance;
Expand Down

0 comments on commit 2e26979

Please sign in to comment.