From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/HUGE_MUSHROOM_1.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 items/HUGE_MUSHROOM_1.json (limited to 'items/HUGE_MUSHROOM_1.json') diff --git a/items/HUGE_MUSHROOM_1.json b/items/HUGE_MUSHROOM_1.json new file mode 100644 index 00000000..111f7dc1 --- /dev/null +++ b/items/HUGE_MUSHROOM_1.json @@ -0,0 +1,12 @@ +{ + "itemid": "minecraft:brown_mushroom_block", + "displayname": "§fBrown Mushroom Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fBrown Mushroom Block\"},ExtraAttributes:{id:\"HUGE_MUSHROOM_1\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "HUGE_MUSHROOM_1", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +} \ No newline at end of file -- cgit