+ grates
+ grates recepi
This commit is contained in:
@@ -48,6 +48,7 @@ public class ModBlocks {
|
||||
() -> new GrateBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.COPPER_GRATE)
|
||||
.strength(6.0f, 7.0f)
|
||||
.noOcclusion()
|
||||
.explosionResistance(1200.0f)
|
||||
));
|
||||
|
||||
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)
|
||||
.strength(50.0f, 1200.0f)
|
||||
.noOcclusion()
|
||||
.explosionResistance(1200.0f)
|
||||
));
|
||||
|
||||
//GLOW BLOCK
|
||||
|
||||
Reference in New Issue
Block a user