diff --git a/build.gradle b/build.gradle index 062370413..73bb335f5 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r32" +version = "1.9-r33" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/src/main/java/de/ellpeck/actuallyadditions/api/ActuallyAdditionsAPI.java b/src/main/java/de/ellpeck/actuallyadditions/api/ActuallyAdditionsAPI.java index 9b909af3d..c0f634059 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/api/ActuallyAdditionsAPI.java +++ b/src/main/java/de/ellpeck/actuallyadditions/api/ActuallyAdditionsAPI.java @@ -28,7 +28,7 @@ public class ActuallyAdditionsAPI{ public static final String MOD_ID = "actuallyadditions"; public static final String API_ID = MOD_ID+"api"; - public static final String API_VERSION = "11"; + public static final String API_VERSION = "12"; /** * Use this to handle things that aren't based in the API itself diff --git a/update/changelog.md b/update/changelog.md index 756c0677a..1100dc955 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,18 @@ +# 1.9-r33 +* Made Growth Ring performance better +* Centered page number in booklet +* Made placers be able to place anything again +* Made Item Laser Relays that have a whitelist have more priority than those who don't +* Fixed a massive console spam issue of Whitelisted Item Laser Relays trying to send client update packages FROM the client +* The laser relay has less particles again now +* Added custom banner patterns +* Added custom shield patterns +* Remove InvTweaks integration +* Added a smart whitelist button to the whitelisted laser relay that automatically adds items in adjacent inventories to the filter +* Lots of API restructuring +* Bump API Version to 12 +* Put circles in front of the booklet entry buttons on the front page because it looks nice + # 1.9-r32 * Added Spawner Changer * Added Spawner Shards diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 8367720a1..b29b6d7ee 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=32 \ No newline at end of file +1.9=33 \ No newline at end of file