mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r37!
This commit is contained in:
parent
3f9ba0aa2f
commit
6c94c08ba4
3 changed files with 13 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1.7.10=21
|
||||
1.8.9=26
|
||||
1.9=33
|
||||
1.9.4=36
|
||||
1.9.4=37
|
Loading…
Reference in a new issue