This commit is contained in:
Glitchlabs
2026-07-25 20:28:18 +02:00
parent 018ada347f
commit 98da1b1489
12 changed files with 363 additions and 5 deletions
@@ -16,6 +16,9 @@ public class ModBlocks {
public static final DeferredRegister.Blocks BLOCKS =
DeferredRegister.createBlocks(Ornamentum.MODID);
public static final DeferredBlock<Block> TEST_FLAG = registerBlock("test_flag",
() -> new FlagBlock(BlockBehaviour.Properties.of().strength(1.0f)));
// Pattern Blocks
public static final DeferredBlock<Block> WHITE_PATTERN_BLOCK = registerBlock("white_pattern_block",