Fix wrong blast resistance of tritanium striped block
This commit is contained in:
parent
d540cbef3c
commit
26382d9601
@ -229,7 +229,7 @@ object MBlocks {
|
|||||||
.sound(SoundType.BASALT)
|
.sound(SoundType.BASALT)
|
||||||
.requiresCorrectToolForDrops()
|
.requiresCorrectToolForDrops()
|
||||||
.explosionResistance(80f)
|
.explosionResistance(80f)
|
||||||
.strength(4f)
|
.destroyTime(2.5f)
|
||||||
) }
|
) }
|
||||||
|
|
||||||
val TRITANIUM_STRIPED_STAIRS: Block by registry.register(MNames.TRITANIUM_STRIPED_STAIRS) { StairBlock(
|
val TRITANIUM_STRIPED_STAIRS: Block by registry.register(MNames.TRITANIUM_STRIPED_STAIRS) { StairBlock(
|
||||||
@ -251,7 +251,7 @@ object MBlocks {
|
|||||||
.sound(SoundType.BASALT)
|
.sound(SoundType.BASALT)
|
||||||
.requiresCorrectToolForDrops()
|
.requiresCorrectToolForDrops()
|
||||||
.explosionResistance(40f)
|
.explosionResistance(40f)
|
||||||
.strength(3f)
|
.destroyTime(1.5f)
|
||||||
) }
|
) }
|
||||||
|
|
||||||
val MULTIBLOCK_TEST by registry.register("multiblock_test") { MultiblockTestBlock() }
|
val MULTIBLOCK_TEST by registry.register("multiblock_test") { MultiblockTestBlock() }
|
||||||
|
Loading…
Reference in New Issue
Block a user