diff --git a/build.gradle b/build.gradle index 1130097ca..cd541ccb9 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r29" +version = "1.9-r30" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 1f0a3012f..bead185c0 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,16 @@ +# 1.9-r30 +* Fixed mcmod.info being broken +* Fixed OreDictionary creating empty entries when searching for names +* Fixed laser relays making no particles when the less particle setting is on +* Made HarvestDropsEvents be posted when mining blocks automatically +* Rename itemPotionRIng to itemPotionRing so that it has a proper model and texture +* Rename itemCrystalLightBLue to itemCrystalLightBlue so that it has a proper model and texture +* Added the ender start which is a new crafting ingredient +* Made double furnace and double crusher use the double amount of energy when smelting/crushing two items at once +* Added a default extra whitelist config option for the Item Repairer +* Made directional breaker need energy in pulse mode. Duh. +* Added InvWrapper Capabilities so that inventories work with pipes from mods like NeoTech + # 1.9-r29 * Fixed blocks dropping twice when broken with the drill * Made drill GUI be openable again (how did I even miss this?) diff --git a/update/updateVersions.properties b/update/updateVersions.properties index d4c8e71c5..5368b4d47 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=29 \ No newline at end of file +1.9=30 \ No newline at end of file