mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r31!
This commit is contained in:
parent
5cea568bcb
commit
32b098fef1
3 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
version = "1.9-r30"
|
version = "1.9-r31"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
# 1.9-r31
|
||||||
|
* Added Phantom Redstoneface
|
||||||
|
* Changed storage crate upgrade recipe because it was clashing with Storage Drawers
|
||||||
|
* Added Reconstruction Module as Rarmor integration. Install Canitzp's Rarmor to find out what it is and does.
|
||||||
|
* Added Patreon button to the booklet because I wantz all teh moneyz
|
||||||
|
|
||||||
# 1.9-r30
|
# 1.9-r30
|
||||||
* Fixed mcmod.info being broken
|
* Fixed mcmod.info being broken
|
||||||
* Fixed OreDictionary creating empty entries when searching for names
|
* Fixed OreDictionary creating empty entries when searching for names
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
1.9=30
|
1.9=31
|
Loading…
Reference in a new issue