mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r49!
This commit is contained in:
parent
44f39bf069
commit
a4de418b38
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-r48"
|
version = "1.10.2-r49"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 1.10.2-r49
|
||||||
|
* Fixed a dube bug that caused the reconstructor to create about a thousand bajillion more items and blocks than it should.
|
||||||
|
* Yea. I'm pretty great. >_<
|
||||||
|
|
||||||
# 1.10.2-r48
|
# 1.10.2-r48
|
||||||
* Added Shock Suppressor, a block that will cause explosions not to happen
|
* Added Shock Suppressor, a block that will cause explosions not to happen
|
||||||
* Added Phantom Placer Siding rule button
|
* Added Phantom Placer Siding rule button
|
||||||
|
|
|
@ -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=48
|
1.10.2=49
|
Loading…
Reference in a new issue