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