mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r133
This commit is contained in:
parent
9aaaeb9ed0
commit
8843cd325e
3 changed files with 8 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.2-r132"
|
version = "1.12.2-r133"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
# 1.12.2-r133
|
||||||
|
* Fixed info text not showing on unbreakable village machines.
|
||||||
|
* Breaker should no longer crash with property errors.
|
||||||
|
* Small bit of code cleanup.
|
||||||
|
* Fixes the portable crafter not working on servers.
|
||||||
|
|
||||||
# 1.12.2-r132
|
# 1.12.2-r132
|
||||||
* Added compat with FastWorkbench for the portable crafter.
|
* Added compat with FastWorkbench for the portable crafter.
|
||||||
* Made the logging of the crusher recipes a debug, instead of info (less log spam).
|
* Made the logging of the crusher recipes a debug, instead of info (less log spam).
|
||||||
|
|
|
@ -8,4 +8,4 @@
|
||||||
1.11.2=110
|
1.11.2=110
|
||||||
1.12=118
|
1.12=118
|
||||||
1.12.1=121
|
1.12.1=121
|
||||||
1.12.2=132
|
1.12.2=133
|
Loading…
Reference in a new issue