ПРОЗРАЧНАЯ СЕТКА?
This commit is contained in:
parent
0cd5867063
commit
518a9fc3bf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user