+ grates
+ grates recepi
This commit is contained in:
@@ -48,6 +48,7 @@ public class ModBlocks {
|
|||||||
() -> new GrateBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.COPPER_GRATE)
|
() -> new GrateBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.COPPER_GRATE)
|
||||||
.strength(6.0f, 7.0f)
|
.strength(6.0f, 7.0f)
|
||||||
.noOcclusion()
|
.noOcclusion()
|
||||||
|
.explosionResistance(1200.0f)
|
||||||
));
|
));
|
||||||
|
|
||||||
public static final DeferredBlock<Block> AMETHYST_GRATE = registerBlock("amethyst_grate",
|
public static final DeferredBlock<Block> AMETHYST_GRATE = registerBlock("amethyst_grate",
|
||||||
@@ -60,6 +61,7 @@ public class ModBlocks {
|
|||||||
() -> new GrateBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.COPPER_GRATE)
|
() -> new GrateBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.COPPER_GRATE)
|
||||||
.strength(50.0f, 1200.0f)
|
.strength(50.0f, 1200.0f)
|
||||||
.noOcclusion()
|
.noOcclusion()
|
||||||
|
.explosionResistance(1200.0f)
|
||||||
));
|
));
|
||||||
|
|
||||||
//GLOW BLOCK
|
//GLOW BLOCK
|
||||||
|
|||||||
Reference in New Issue
Block a user