diff options
Diffstat (limited to 'common/darkknight/jewelrycraft/util/JewelrycraftUtil.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/util/JewelrycraftUtil.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java b/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java index c2c456e..b344724 100644 --- a/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java +++ b/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java @@ -23,6 +23,7 @@ public class JewelrycraftUtil { //Modifiers modifiers.add(new ItemStack(Block.chest)); + modifiers.add(new ItemStack(Block.torchWood)); modifiers.add(new ItemStack(Item.book)); modifiers.add(new ItemStack(Item.sugar)); modifiers.add(new ItemStack(Item.feather)); |
