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