+ update flag model

This commit is contained in:
Glitchlabs
2026-07-25 21:08:33 +02:00
parent 4c7c9239ad
commit b62de9f78c
15 changed files with 73 additions and 72 deletions
@@ -16,7 +16,7 @@ public class ModBlocks {
public static final DeferredRegister.Blocks BLOCKS =
DeferredRegister.createBlocks(Ornamentum.MODID);
public static final DeferredBlock<Block> TEST_FLAG = registerBlock("test_flag",
public static final DeferredBlock<Block> PROGRESS_PRIDE_FLAG = registerBlock("progress_pride_flag",
() -> new FlagBlock(BlockBehaviour.Properties.of().strength(1.0f)));
// Pattern Blocks