File tree 4 files changed +37
-5
lines changed
src/main/java/clashsoft/brewingapi
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
+
1
19
1.7.2-2.0.1
2
20
3
21
! 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
21
21
}
22
22
23
23
apply plugin : ' forge'
24
- version = " 1.7.2-2 .0.1 "
24
+ version = " 1.7.10-3 .0.0 "
25
25
group = " clashsoft.brewingapi"
26
26
archivesBaseName = " BrewingAPI"
27
27
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public class BrewingAPI extends ClashsoftMod
59
59
public static final String MODID = "brewingapi" ;
60
60
public static final String NAME = "Brewing API" ;
61
61
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 " ;
63
63
public static final String DEPENDENCIES = CSLib .DEPENDENCY ;
64
64
65
65
@ 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
3
3
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