diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt index a82e451df..4b1cdc6f4 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt @@ -13,6 +13,7 @@ import net.minecraft.world.level.block.RotatedPillarBlock import net.minecraft.world.level.block.SlabBlock import net.minecraft.world.level.block.SoundType import net.minecraft.world.level.block.StairBlock +import net.minecraft.world.level.block.TransparentBlock import net.minecraft.world.level.block.WallBlock import net.minecraft.world.level.block.state.BlockBehaviour import net.minecraft.world.level.block.state.properties.NoteBlockInstrument @@ -205,7 +206,7 @@ object MBlocks { } val METAL_MESH: Block by registry.register(MNames.METAL_MESH) { - Block(BlockBehaviour.Properties.of() + TransparentBlock(BlockBehaviour.Properties.of() .mapColor(MapColor.COLOR_GRAY) .noOcclusion() .sound(SoundType.COPPER).explosionResistance(30f)