File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111.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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments