package com.mrcrayfish.furniture.items; import net.minecraft.block.Block; import net.minecraft.item.ItemBlock; public class ItemWreath extends ItemBlock { public ItemWreath(Block block) { super(block); } }