mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r74!
This commit is contained in:
parent
ee85dd3ba8
commit
581c9819e4
3 changed files with 6 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.10.2-r73"
|
version = "1.10.2-r74"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 1.10.2-r74
|
||||||
|
* Fix Laser Relays crashing servers
|
||||||
|
* Fix the coffee machine creating rather than using items
|
||||||
|
|
||||||
# 1.10.2-r73
|
# 1.10.2-r73
|
||||||
* Made textures and lang work again. I apparently forgot how Minecraft loads its resources outside of a dev environment. Yup, I'm smart.
|
* Made textures and lang work again. I apparently forgot how Minecraft loads its resources outside of a dev environment. Yup, I'm smart.
|
||||||
* Made the book tutorial button not get overlayed by config and achievements buttons
|
* Made the book tutorial button not get overlayed by config and achievements buttons
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=73
|
1.10.2=74
|
Loading…
Reference in a new issue