File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
1.7.2-1.0.0
2
2
3
+ + Added the ability to add slots
3
4
+ Added the ability to move slots
4
5
+ Added the ability to add buttons
5
6
+ Added the ability to move special parts of the inventory screens
6
7
+ Added IInventoryObjects
7
- + Added IInventoryHandlers
8
+ + Added IInventoryHandlers
9
+ * Made the inventory rendering dynamic
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class PlayerInventoryAPI extends ClashsoftMod
23
23
public static final String MODID = "piapi" ;
24
24
public static final String NAME = "Player Inventory API" ;
25
25
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" ;
27
27
28
28
@ Instance (MODID )
29
29
public static PlayerInventoryAPI instance ;
You can’t perform that action at this time.
0 commit comments