Buff glass explosion resistance
This commit is contained in:
parent
124aef86da
commit
a4a965b33c
@ -170,7 +170,8 @@ object MRegistry {
|
|||||||
|
|
||||||
val INDUSTRIAL_GLASS = DecorativeBlock(MNames.INDUSTRIAL_GLASS, { color ->
|
val INDUSTRIAL_GLASS = DecorativeBlock(MNames.INDUSTRIAL_GLASS, { color ->
|
||||||
val properties = BlockBehaviour.Properties.of(Material.GLASS, if (color != null) color.materialColor else MaterialColor.NONE)
|
val properties = BlockBehaviour.Properties.of(Material.GLASS, if (color != null) color.materialColor else MaterialColor.NONE)
|
||||||
.strength(1.5f, 35.0f)
|
.destroyTime(1.5f)
|
||||||
|
.explosionResistance(40f)
|
||||||
.requiresCorrectToolForDrops()
|
.requiresCorrectToolForDrops()
|
||||||
.sound(SoundType.GLASS)
|
.sound(SoundType.GLASS)
|
||||||
.noOcclusion()
|
.noOcclusion()
|
||||||
|
Loading…
Reference in New Issue
Block a user