diff options
Diffstat (limited to 'items/BIRCH_FENCE.json')
-rw-r--r-- | items/BIRCH_FENCE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/BIRCH_FENCE.json b/items/BIRCH_FENCE.json new file mode 100644 index 00000000..68efb648 --- /dev/null +++ b/items/BIRCH_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:birch_fence", + "displayname": "§fBirch Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Fence\"},ExtraAttributes:{id:\"BIRCH_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BIRCH_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-2:1", + "A2": "STICK:1", + "A3": "WOOD-2:1", + "B1": "WOOD-2:1", + "B2": "STICK:1", + "B3": "WOOD-2:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file |