change hitboces from duck
This commit is contained in:
@@ -8,10 +8,7 @@ import net.neoforged.bus.api.IEventBus;
|
||||
import net.neoforged.neoforge.registries.DeferredBlock;
|
||||
import net.neoforged.neoforge.registries.DeferredRegister;
|
||||
import ovh.glitchlabs.ornamentum.Ornamentum;
|
||||
import ovh.glitchlabs.ornamentum.blocks.custom.FlagBlock;
|
||||
import ovh.glitchlabs.ornamentum.blocks.custom.GlowGlassBlock;
|
||||
import ovh.glitchlabs.ornamentum.blocks.custom.GrateBlock;
|
||||
import ovh.glitchlabs.ornamentum.blocks.custom.ShelfBlock;
|
||||
import ovh.glitchlabs.ornamentum.blocks.custom.*;
|
||||
import ovh.glitchlabs.ornamentum.items.ModItems;
|
||||
|
||||
import java.util.function.Supplier;
|
||||
@@ -21,7 +18,7 @@ public class ModBlocks {
|
||||
DeferredRegister.createBlocks(Ornamentum.MODID);
|
||||
|
||||
public static final DeferredBlock<Block> DUCK = registerBlock("duck",
|
||||
() -> new ShelfBlock(BlockBehaviour.Properties.ofFullCopy(Blocks.YELLOW_CARPET).noOcclusion()));
|
||||
() -> new duckBlock(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