This commit is contained in:
Ellpeck 2016-05-05 14:02:44 +02:00
parent 11bc13aefd
commit f935ea140b
3 changed files with 15 additions and 2 deletions

View file

@ -12,7 +12,7 @@ buildscript {
} }
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.9-r29" version = "1.9-r30"
group = "de.ellpeck.actuallyadditions" group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions" archivesBaseName = "ActuallyAdditions"

View file

@ -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 # 1.9-r29
* Fixed blocks dropping twice when broken with the drill * Fixed blocks dropping twice when broken with the drill
* Made drill GUI be openable again (how did I even miss this?) * Made drill GUI be openable again (how did I even miss this?)

View file

@ -1,3 +1,3 @@
1.7.10=21 1.7.10=21
1.8.9=26 1.8.9=26
1.9=29 1.9=30