Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 8, 2016
1 parent e1ae296 commit 83f3818
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod_version=0.10.11
mod_version=0.10.12
minecraft_version=1.10.2
forge_version=12.18.1.2091
mcp_mappings_version=snapshot_20160701
cyclopscore_version=0.7.7-416
cyclopscore_version=0.8.0-418
release_type=release

waila_version=1.7.0-B3_1.9.4
Expand Down
18 changes: 18 additions & 0 deletions resources/changelog/1.10.2-0.10.12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 0.8.0 or higher.

Changes:
* Add compatibility with new CyclopsCore guicontainer interface
* Reduce spirit blacklist warning to info logging

Fixes:
* Fix machines accepting piping into production slots
* Possible fix for rare crash when repairing TCon items #482
* Fix fluid container items not being placable on display stands, Closes #481
* Fix Forestry backpack integration
* Fix startup crash with mods registering non-blocks as plankWood, Closes #479
* Fix missing texture in achievements, Closes #478
* Fix werewolves not attacking, Closes #475
* Fix server crash when reanimating mobs
* Fix tank reequip animations not working when toggling mode
* Fix Vengeance Pickaxe having wrong transformations
2 changes: 1 addition & 1 deletion src/main/java/org/cyclops/evilcraft/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class Reference {
public static final String MOD_FORGE_VERSION_MIN = "12.18.1.2046";
public static final String MOD_CYCLOPSCORE = "cyclopscore";
public static final String MOD_CYCLOPSCORE_VERSION = "@CYCLOPSCORE_VERSION@";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.7.7";
public static final String MOD_CYCLOPSCORE_VERSION_MIN = "0.8.0";
public static final String MOD_THERMALEXPANSION = "ThermalExpansion";
public static final String MOD_WAILA = "Waila";
public static final String MOD_FMP = "ForgeMultipart";
Expand Down

0 comments on commit 83f3818

Please sign in to comment.