mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r48!
This commit is contained in:
parent
232c23669a
commit
8d8519786e
3 changed files with 15 additions and 3 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-r47"
|
version = "1.10.2-r48"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,16 @@
|
||||||
#1.10.2-r47
|
# 1.10.2-r48
|
||||||
|
* Added Shock Suppressor, a block that will cause explosions not to happen
|
||||||
|
* Added Phantom Placer Siding rule button
|
||||||
|
* Memes
|
||||||
|
* Made some more blocks store some more information when broken
|
||||||
|
* Make the miner have the drill's harvest level (4)
|
||||||
|
* Made display stand only display RF when sneaking
|
||||||
|
* Remove NEI Integration because it's not getting updated anymore anyways
|
||||||
|
* Fixed a crash with the phantom redstoneface
|
||||||
|
* Fixed a dupe bug with the drill and skulls
|
||||||
|
* Removed booklet stand crafting recipe and doc
|
||||||
|
|
||||||
|
# 1.10.2-r47
|
||||||
* Updated to 1.10.2. Could've guessed that by the name.
|
* Updated to 1.10.2. Could've guessed that by the name.
|
||||||
* Fixed a crash when searching the booklet
|
* Fixed a crash when searching the booklet
|
||||||
* Made empty buckets be able to get pulled out of the coal generator
|
* Made empty buckets be able to get pulled out of the coal generator
|
||||||
|
|
|
@ -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=47
|
1.10.2=48
|
Loading…
Reference in a new issue