+ lang fix

This commit is contained in:
Glitchlabs
2026-06-28 10:49:04 +02:00
parent 5d0789eebf
commit ac835a9687
5 changed files with 11 additions and 7 deletions
@@ -17,6 +17,8 @@ public class ModBlocks {
public static final DeferredRegister.Blocks BLOCKS =
DeferredRegister.createBlocks(Ornamentum.MODID);
//POOL TILES
public static final DeferredBlock<Block> POOL_TILES = registerBlock("pool_tiles",
() -> new Block(BlockBehaviour.Properties.ofFullCopy(Blocks.IRON_BLOCK)
.strength(5.0f, 6.0f)
@@ -24,9 +26,7 @@ public class ModBlocks {
));
public static final DeferredBlock<Block> POOL_TILES1 = registerBlock("pool_tiles1",
() -> new Block(BlockBehaviour.Properties.ofFullCopy(Blocks.IRON_BLOCK)
.strength(5.0f, 6.0f)
.noOcclusion()
() -> new Block(BlockBehaviour.Properties.ofFullCopy(ModBlocks.POOL_TILES.get())
));
//GRATES