+ iron Shelf variants
+ duck
This commit is contained in:
@@ -20,6 +20,9 @@ public class ModBlocks {
|
||||
public static final DeferredRegister.Blocks BLOCKS =
|
||||
DeferredRegister.createBlocks(Ornamentum.MODID);
|
||||
|
||||
public static final DeferredBlock<Block> DUCK = registerBlock("duck",
|
||||
() -> new ShelfBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.YELLOW_CARPET).noOcclusion()));
|
||||
|
||||
public static final DeferredBlock<Block> IRON_SHELF = registerBlock("iron_shelf",
|
||||
() -> new ShelfBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.IRON_BLOCK).noOcclusion()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user