From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/ENCHANTED_HOPPER.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/ENCHANTED_HOPPER.json (limited to 'items/ENCHANTED_HOPPER.json') diff --git a/items/ENCHANTED_HOPPER.json b/items/ENCHANTED_HOPPER.json new file mode 100644 index 00000000..8eff34da --- /dev/null +++ b/items/ENCHANTED_HOPPER.json @@ -0,0 +1,19 @@ +{ + "internalname": "ENCHANTED_HOPPER", + "itemid": "minecraft:hopper", + "displayname": "Enchanted Hopper", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be placed inside\",1:\"§7any minion. Automatically sells\",2:\"§7generated items when the minion\",3:\"§7has no space. Items are sold for\",4:\"§7§a90.0% §7of their selling\",5:\"§7price.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Enchanted Hopper\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"ENCHANTED_HOPPER\",uuid:\"9bfc4a2c-01dd-42e3-85bd-e805df811a59\",timestamp:\"3/30/20 2:20 PM\"}}", + "modver": "1.0.0", + "lore": [ + "§7This item can be placed inside", + "§7any minion. Automatically sells", + "§7generated items when the minion", + "§7has no space. Items are sold for", + "§7§a90.0% §7of their selling", + "§7price.", + "", + "§9§lRARE" + ] +} \ No newline at end of file -- cgit