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