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