File tree Expand file tree Collapse file tree 4 files changed +37
-5
lines changed
src/main/java/clashsoft/brewingapi Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 1+ 1.7.10-3.0.0
2+
3+ ! Update to Minecraft 1.7.10
4+ ! Update to Clashsoft Lib 1.7.10-2.3.0
5+ + Added PotionAttributes
6+ + Added DummyPotionTypes
7+ + Added PotionTypeLists for easy modification
8+ + Added custom Potion Type display names
9+ + Tooltip colors are now configurable
10+ + Water is now a PotionBase
11+ + Standart operations are now PotionRecipes
12+ * Fixed some crashes
13+ * Fixed UpdateChecker not working
14+ * Improved Brewing Stand performance
15+ * Improved Brewing Stand shift-clicking
16+ * Changed creative brewing time from 3 to 4 seconds
17+ * Much Documentation
18+
1191.7.2-2.0.1
220
321! Update to Clashsoft Lib 1.7.2-2.2.0
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-2 .0.1 "
24+ version = " 1.7.10-3 .0.0 "
2525group = " clashsoft.brewingapi"
2626archivesBaseName = " BrewingAPI"
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 + "-2 .0.1 " ;
62+ public static final String VERSION = "1.7.10-3 .0.0 " ;
6363 public static final String DEPENDENCIES = CSLib .DEPENDENCY ;
6464
6565 @ Instance (MODID )
Original file line number Diff line number Diff line change 1- version=1.7.2 -2.0.1
2- url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.2 -2.0.1/Brewing.API. 1.7.2 -2.0.1 .jar
1+ version=1.7.10 -2.3.0
2+ url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10 -2.3.0/BrewingAPI- 1.7.10 -2.3.0 .jar
33
4- ! Update to Clashsoft Lib 1.7.2-2.2.0
4+ ! Update to Minecraft 1.7.10
5+ ! Update to Clashsoft Lib 1.7.10-2.3.0
6+ + Added PotionAttributes
7+ + Added DummyPotionTypes
8+ + Added PotionTypeLists for easy modification
9+ + Added custom Potion Type display names
10+ + Tooltip colors are now configurable
11+ + Water is now a PotionBase
12+ + Standart operations are now PotionRecipes
13+ * Fixed some crashes
14+ * Fixed UpdateChecker not working
15+ * Improved Brewing Stand performance
16+ * Improved Brewing Stand shift-clicking
17+ * Changed creative brewing time from 3 to 4 seconds
18+ * Much Documentation
You can’t perform that action at this time.
0 commit comments