File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
src/main/java/clashsoft/brewingapi Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.7.2-2.0.0
2+
3+ ! Update to latest Clashsoft Lib
4+ + Added a new potion recipe system
5+ * Fixed potions not showing up in the creative search
6+ * Documentation
7+ * Bugfixes
8+
191.7.2-1.0.1
210
311* Fixed witch crash
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript
2121}
2222
2323apply plugin : ' forge'
24- version = " 1.7.2"
24+ version = " 1.7.2-2.0.0 "
2525group = " clashsoft.brewingapi"
2626archivesBaseName = " Brewing API"
2727
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class BrewingAPI extends ClashsoftMod
5959 public static final String MODID = "brewingapi" ;
6060 public static final String NAME = "Brewing API" ;
6161 public static final String ACRONYM = "bapi" ;
62- public static final String VERSION = CSUpdate .CURRENT_VERSION + "-1 .0.1 " ;
62+ public static final String VERSION = CSUpdate .CURRENT_VERSION + "-2 .0.0 " ;
6363 public static final String DEPENDENCIES = CSLib .DEPENDENCY ;
6464
6565 @ Instance (MODID )
You can’t perform that action at this time.
0 commit comments