mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r116
This commit is contained in:
parent
81d106898b
commit
3042592da9
3 changed files with 9 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.12-r115"
|
version = "1.12-r116"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# 1.12-r116
|
||||||
|
* Fix the game randomly crashing on load sometimes
|
||||||
|
* Added 11 config options
|
||||||
|
* Make shift clicking out of crates mimic vanilla
|
||||||
|
* Make the Farmer re-plant right after it harvests *(I didn't want this but Shadows did it so I can't argue with him)*
|
||||||
|
* Fix Knife not working in Crafting Table On A Stick
|
||||||
|
|
||||||
# 1.12-r115
|
# 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
|
#### 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**
|
* 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**
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
1.10.2=105
|
1.10.2=105
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=110
|
1.11.2=110
|
||||||
1.12=115
|
1.12=116
|
Loading…
Reference in a new issue