File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
src/main/java/clashsoft/playerinventoryapi Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ 1.7.10-1.0.3
2+
3+ > Update to Forge 1.7.10-10.13.0.1207.
4+ > Update to Clashsoft Lib 1.7.10-2.5.0.
5+ * Fixed Creative tabs rendering incorrectly
6+
171.7.10-1.0.2
28
39> Update to Minecraft 1.7.10.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript
2121}
2222
2323apply plugin : ' forge'
24- version = " 1.7.10-1.0.2 "
24+ version = " 1.7.10-1.0.3 "
2525group = " clashsoft.playerinventoryapi"
2626archivesBaseName = " PlayerInventoryAPI"
2727
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 = "1.7.10-1.0.2 " ;
26+ public static final String VERSION = "1.7.10-1.0.3 " ;
2727
2828 @ Instance (MODID )
2929 public static PlayerInventoryAPI instance ;
Original file line number Diff line number Diff line change 1- version=1.7.10-1.0.2
2- url=https://github.com/Clashsoft/Player-Inventory-API/releases/download/1.7.10-1.0.2 /PlayerInventoryAPI-1.7.10-1.0.2 .jar
1+ version=1.7.10-1.0.3
2+ url=https://github.com/Clashsoft/Player-Inventory-API/releases/download/1.7.10-1.0.3 /PlayerInventoryAPI-1.7.10-1.0.3 .jar
33
4- ! Update to Minecraft 1.7.10.
5- ! Update to Clashsoft Lib 1.7.10-2.4.2 .
6- * Fixed UpdateChecker not working
4+ > Update to Forge 1.7.10-10.13.0.1207 .
5+ > Update to Clashsoft Lib 1.7.10-2.5.0 .
6+ * Fixed Creative tabs rendering incorrectly
You can’t perform that action at this time.
0 commit comments