mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r117
This commit is contained in:
parent
ae736f384a
commit
cc8124d941
3 changed files with 9 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12-r116"
|
||||
version = "1.12-r117"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# 1.12-r117
|
||||
* Resolve a dupe glitch with the advanced precision dropper
|
||||
* Made the worm be able to hoe BOP grasses
|
||||
* Fix Nether Wart not working in the farmer with NetherEx
|
||||
* Fix the farmer destroying sugar cane
|
||||
* Various codebase improvements that should hopefully not crash your servers
|
||||
|
||||
# 1.12-r116
|
||||
* Fix the game randomly crashing on load sometimes
|
||||
* Added 11 config options
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=110
|
||||
1.12=116
|
||||
1.12=117
|
Loading…
Reference in a new issue