mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r115
suck my balls
This commit is contained in:
parent
8d28135f3a
commit
1fec7a0473
3 changed files with 8 additions and 3 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12-r114"
|
||||
version = "1.12-r115"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# 1.12-r114
|
||||
# 1.12-r115
|
||||
#### Shadows_of_Fire has been doing all the maintaining and fixing for 1.12 so far and I really appreciate it. So thank him for making these fixes possible <3
|
||||
* Update the name of oil (the stuff that you get when refining canola oil) in the fluid dictionary along with its block's name. **This change will remove any existing oil fluid blocks along with any existing oil in tanks etc. from your world**
|
||||
* Resolve a random NPE that would rarely trigger on leaving/joining a server
|
||||
* Made Quark chests work with the Chest To Crate Upgrade
|
||||
|
||||
# 1.12-r114
|
||||
* Fix the Crafting Table On A Stick not working
|
||||
* Fix worms not rendering when placed in the world
|
||||
* Make lamps only be toggleable with an empty hand
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=110
|
||||
1.12=114
|
||||
1.12=115
|
Loading…
Reference in a new issue