Skip to content

Commit 2e26979

Browse files
committed
1.7.2-1.0.0
1 parent 5045003 commit 2e26979

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
1.7.2-1.0.0
22

3+
+ Added the ability to add slots
34
+ Added the ability to move slots
45
+ Added the ability to add buttons
56
+ Added the ability to move special parts of the inventory screens
67
+ Added IInventoryObjects
7-
+ Added IInventoryHandlers
8+
+ Added IInventoryHandlers
9+
* Made the inventory rendering dynamic

PlayerInventoryAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class PlayerInventoryAPI extends ClashsoftMod
2323
public static final String MODID = "piapi";
2424
public static final String NAME = "Player Inventory API";
2525
public static final String ACRONYM = "piapi";
26-
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0-alpha";
26+
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0";
2727

2828
@Instance(MODID)
2929
public static PlayerInventoryAPI instance;

0 commit comments

Comments
 (0)