This commit is contained in:
Ellpeck 2016-06-03 23:51:06 +02:00
parent 3f9ba0aa2f
commit 6c94c08ba4
3 changed files with 13 additions and 2 deletions

View file

@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
apply plugin: 'idea'
version = "1.9.4-r36"
version = "1.9.4-r37"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,14 @@
# 1.9.4-r37
* Fixed rendering bug with Greenhouse Glass
* Removed unfinished feature tags in booklet
* Added water bowl
* Fixed block breaking effects playing just the sound (drill, leaf blower etc.)
* Fixed aiots not having four times the durability of their base tools
* Made compost only acceppt the current recipe's amount of items
* Made shovels make path blocks instead of farmland
* Changed world data save system to hopefully make laser relays not disconnect on certain occasions but only on the server and I don't get why this is happening
* Made tools be held like tools and not like normal items in third person
# 1.9.4-r36
* Added a config option to print all of the booklet's text into a file on startup
* Made booklet words and characters not be more than they should be because everything was being done twice

View file

@ -1,4 +1,4 @@
1.7.10=21
1.8.9=26
1.9=33
1.9.4=36
1.9.4=37