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