File tree 4 files changed +17
-6
lines changed
src/main/java/clashsoft/brewingapi
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change
1
+ 1.7.10-3.0.2
2
+
3
+ > Update to Clashsoft Lib 1.7.10-2.7.0.
4
+ + Added interface for @Agadar's Brewing API.
5
+ + Added CustomPotionRecipe.
6
+ + Added logo.
7
+ * Fixed UpdateChecker not working.
8
+
1
9
1.7.10-3.0.1
2
10
3
11
> Update to Forge 1.7.10-10.13.0.1207.
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.10-3.0.1 "
24
+ version = " 1.7.10-3.0.2 "
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 = "1.7.10-3.0.1 " ;
62
+ public static final String VERSION = "1.7.10-3.0.2 " ;
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.10-3.0.1
2
- url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10-3.0.1 /BrewingAPI-1.7.10-3.0.1 .jar
1
+ version=1.7.10-3.0.2
2
+ url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10-3.0.2 /BrewingAPI-1.7.10-3.0.2 .jar
3
3
4
- > Update to Forge 1.7.10-10.13.0.1207.
5
- > Update to Clashsoft Lib 1.7.10-2.5.0.
4
+ > Update to Clashsoft Lib 1.7.10-2.7.0.
5
+ + Added interface for @Agadar's Brewing API.
6
+ + Added CustomPotionRecipe.
7
+ + Added logo.
8
+ * Fixed UpdateChecker not working.
You can’t perform that action at this time.
0 commit comments