+ update flag model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user