mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r114!
This commit is contained in:
parent
978d624eeb
commit
04541bd7a9
3 changed files with 11 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-r113"
|
version = "1.12-r114"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# 1.12-r114
|
||||||
|
#### 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
|
||||||
|
* 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
|
||||||
|
* Make lamps' light update smoother
|
||||||
|
* Fix Laser Relays sometimes crashing when they're transferring energy
|
||||||
|
* Fix the game crashing if any of the villagers is disabled in the config
|
||||||
|
|
||||||
# 1.12-r113
|
# 1.12-r113
|
||||||
* Fixed recipes not showing up in the manual (thanks Shadows >_>)
|
* Fixed recipes not showing up in the manual (thanks Shadows >_>)
|
||||||
|
|
||||||
|
|
|
@ -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=113
|
1.12=114
|
Loading…
Reference in a new issue