+ iron grate

This commit is contained in:
Glitchlabs
2026-06-26 22:13:50 +02:00
parent 4c4e80da97
commit df70874391
16 changed files with 61 additions and 26 deletions
@@ -24,6 +24,15 @@ public class ModBlocks {
public static final DeferredRegister.Blocks BLOCKS =
DeferredRegister.createBlocks(Ornamentum.MODID);
//GRATES
public static final DeferredBlock<Block> IRON_GRATE = registerBlock("iron_grate",
() -> new GrateBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.COPPER_GRATE)
.strength(5.0f, 6.0f)
.noOcclusion()
));
//GlowGlass
public static final DeferredBlock<Block> LIME_GLOW_STAINED_GLASS = registerBlock("lime_glow_stained_glass",
() -> new GlowGlassBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.GLASS)