Skip to content

Commit 9d608d4

Browse files
committed
1.7.10-3.0.0
Also 200th commit
1 parent cfded0e commit 9d608d4

File tree

4 files changed

+37
-5
lines changed

4 files changed

+37
-5
lines changed

Changelog.txt

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
1.7.2-2.0.1
220

321
! Update to Clashsoft Lib 1.7.2-2.2.0

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript
2121
}
2222

2323
apply plugin: 'forge'
24-
version = "1.7.2-2.0.1"
24+
version = "1.7.10-3.0.0"
2525
group = "clashsoft.brewingapi"
2626
archivesBaseName = "BrewingAPI"
2727

src/main/java/clashsoft/brewingapi/BrewingAPI.java

+1-1
Original file line numberDiff line numberDiff 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)

version.txt

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

0 commit comments

Comments
 (0)