Buff glass explosion resistance

This commit is contained in:
DBotThePony 2022-10-10 22:10:47 +07:00
parent 124aef86da
commit a4a965b33c
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -170,7 +170,8 @@ object MRegistry {
val INDUSTRIAL_GLASS = DecorativeBlock(MNames.INDUSTRIAL_GLASS, { color ->
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()
.sound(SoundType.GLASS)
.noOcclusion()