mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r111
This commit is contained in:
parent
04380246be
commit
38168423e7
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.12-r110"
|
version = "1.12-r111"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 1.12-r111
|
||||||
|
* Did the thing
|
||||||
|
|
||||||
# 1.11.2-r110
|
# 1.11.2-r110
|
||||||
* Fix config typo (sindrefag)
|
* Fix config typo (sindrefag)
|
||||||
* Add a config for oil generator values
|
* Add a config for oil generator values
|
||||||
|
|
|
@ -6,3 +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=111
|
Loading…
Reference in a new issue