Skip to content

Commit

Permalink
1.7.10-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 16, 2014
1 parent bfcd2e3 commit 058981e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 66 deletions.
99 changes: 52 additions & 47 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,94 +1,99 @@
1.7.10-3.0.1

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.

1.7.10-3.0.0

! Update to Minecraft 1.7.10
! Update to Clashsoft Lib 1.7.10-2.3.0
+ Added PotionAttributes
+ Added DummyPotionTypes
+ Added PotionTypeLists for easy modification
+ Added custom Potion Type display names
+ Tooltip colors are now configurable
+ Water is now a PotionBase
+ Standart operations are now PotionRecipes
* Fixed some crashes
* Fixed UpdateChecker not working
* Improved Brewing Stand performance
* Improved Brewing Stand shift-clicking
* Changed creative brewing time from 3 to 4 seconds
* Much Documentation
> Update to Minecraft 1.7.10.
> Update to Clashsoft Lib 1.7.10-2.3.0.
+ Added PotionAttributes.
+ Added DummyPotionTypes.
+ Added PotionTypeLists for easy modification.
+ Added custom Potion Type display names.
+ Tooltip colors are now configurable.
+ Water is now a PotionBase.
+ Standart operations are now PotionRecipes.
* Fixed some crashes.
* Fixed UpdateChecker not working.
* Improved Brewing Stand performance.
* Improved Brewing Stand shift-clicking.
* Changed creative brewing time from 3 to 4 seconds.
* Much Documentation.

1.7.2-2.0.1

! Update to Clashsoft Lib 1.7.2-2.2.0
> Update to Clashsoft Lib 1.7.2-2.2.0.

1.7.2-2.0.0

! Update to latest Clashsoft Lib
+ Added a new potion recipe system
+ Added "/potion add" and "/potion give" commands
* Fixed potions not showing up in the creative search
* Documentation
* Bugfixes
> Update to latest Clashsoft Lib.
+ Added a new potion recipe system.
+ Added "/potion add" and "/potion give" commands.
* Fixed potions not showing up in the creative search.
* Documentation.
* Bugfixes.

1.7.2-1.0.1

* Fixed witch crash
* Fixed potion not showing up in the creative search
* Fixed witch crash.
* Fixed potion not showing up in the creative search.

1.7.2-1.0.0

! Update to 1.7.2
* Structure changes
* Performance improvements
* Rewritten the PotionType class
* Fixed MANY bugs
* Renamed /givepotion command to "/potion give"
> Update to Minecraft 1.7.2.
* Structure changes.
* Performance improvements.
* Rewritten the PotionType class.
* Fixed MANY bugs.
* Renamed /givepotion command to "/potion give".

1.6.4-5

* Structure changes
* Fixed many bugs
* Improved potion item description
* Structure changes.
* Fixed many bugs.
* Improved potion item description.

1.6.4-4

+ Added /givepotion command
+ Added /givepotion command.

1.6.4-3

+ Added automatic updates
+ Added automatic updates.

1.6.4-2

+ Added update checking
+ Added update checking.

1.6.4-1

! Update to 1.6.4
> Update to Minecraft 1.6.4.

1.6.2-6

* Fixed some bugs
* Fixed some bugs.

1.6.2-5

* Fixed brewing crash
* Fixed brewing crash.

1.6.2-4

* Fixed some bugs
* Fixed crash
* Fixed some bugs.
* Fixed crash.

1.6.2-3

* Fixed some bugs
- Removed Clashsoft API dependency
* Fixed some bugs.
- Removed Clashsoft API dependency.

1.6.2-2

* Fixed crash
* Fixed crash.

1.6.2-1

+ Added ability to register custom potions
+ Added hooks for custom potion effects
+ Added hooks for custom ingredient handlers
+ Added ability to register custom potions.
+ Added hooks for custom potion effects.
+ Added hooks for custom ingredient handlers.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript
}

apply plugin: 'forge'
version = "1.7.10-3.0.0"
version = "1.7.10-3.0.1"
group = "clashsoft.brewingapi"
archivesBaseName = "BrewingAPI"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/clashsoft/brewingapi/BrewingAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class BrewingAPI extends ClashsoftMod
public static final String MODID = "brewingapi";
public static final String NAME = "Brewing API";
public static final String ACRONYM = "bapi";
public static final String VERSION = "1.7.10-3.0.0";
public static final String VERSION = "1.7.10-3.0.1";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down
21 changes: 4 additions & 17 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
version=1.7.10-2.3.0
url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10-3.0.0/BrewingAPI-1.7.10-3.0.0.jar
version=1.7.10-3.0.1
url=https://github.com/Clashsoft/Brewing-API/releases/download/1.7.10-3.0.1/BrewingAPI-1.7.10-3.0.1.jar

! Update to Minecraft 1.7.10
! Update to Clashsoft Lib 1.7.10-2.3.0
+ Added PotionAttributes
+ Added DummyPotionTypes
+ Added PotionTypeLists for easy modification
+ Added custom Potion Type display names
+ Tooltip colors are now configurable
+ Water is now a PotionBase
+ Standart operations are now PotionRecipes
* Fixed some crashes
* Fixed UpdateChecker not working
* Improved Brewing Stand performance
* Improved Brewing Stand shift-clicking
* Changed creative brewing time from 3 to 4 seconds
* Much Documentation
> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.

0 comments on commit 058981e

Please sign in to comment.