mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r113 >_>
This commit is contained in:
parent
de60180298
commit
3b7a9fec87
3 changed files with 5 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-r112"
|
version = "1.12-r113"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.12-r113
|
||||||
|
* Fixed recipes not showing up in the manual (thanks Shadows >_>)
|
||||||
|
|
||||||
# 1.12-r112
|
# 1.12-r112
|
||||||
* Fixed the mod for newer versions of Forge
|
* Fixed the mod for newer versions of Forge
|
||||||
* Actually Shadows-of-Fire did all the work so yea, thanks
|
* Actually Shadows-of-Fire did all the work so yea, thanks
|
||||||
|
|
|
@ -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=112
|
1.12=113
|
Loading…
Reference in a new issue