mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r118
This commit is contained in:
parent
6ef76a16ea
commit
77a808ab76
3 changed files with 12 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.12-r117"
|
||||
version = "1.12-r118"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
# 1.12-r118
|
||||
* Added magma blocks as additional sources for the heat collector
|
||||
* Fix Experience Solidifier not working with automation
|
||||
* Added config option to completely disable tools
|
||||
* Fix normal torches attaching to the sides of tiny torches
|
||||
* Fix Nether Coal from BWM being made from grinding coal in the Crusher
|
||||
* Added Comparator support for the Atomic Reconstructor
|
||||
* Fix the Drill progress being reset while it recharges
|
||||
* Fix lush caves having blocks from other mods (like marble or limestone) inside of them
|
||||
|
||||
# 1.12-r117
|
||||
* Resolve a dupe glitch with the advanced precision dropper
|
||||
* Made the worm be able to hoe BOP grasses
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=110
|
||||
1.12=117
|
||||
1.12=118
|
Loading…
Reference in a new issue