diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/BUDGET_HOPPER.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/BUDGET_HOPPER.json')
-rw-r--r-- | items/BUDGET_HOPPER.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/BUDGET_HOPPER.json b/items/BUDGET_HOPPER.json index 06b12f38..a5f3cf85 100644 --- a/items/BUDGET_HOPPER.json +++ b/items/BUDGET_HOPPER.json @@ -1,11 +1,8 @@ { - "internalname": "BUDGET_HOPPER", "itemid": "minecraft:hopper", - "displayname": "Budget Hopper", - "clickcommand": "viewrecipe", + "displayname": "§aBudget Hopper", + "nbttag": "{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§a50.0% §7of their selling\",5:\"§7price.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aBudget Hopper\"},ExtraAttributes:{id:\"BUDGET_HOPPER\"}}", "damage": 0, - "nbttag": "{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§a50.0% §7of their selling\",5:\"§7price.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aBudget Hopper\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"BUDGET_HOPPER\",uuid:\"032eec7a-53d0-4fa6-a1cc-b7d42bb0c5fd\",timestamp:\"3/30/20 11:16 AM\"}}", - "modver": "1.0.0", "lore": [ "§7This item can be placed inside", "§7any minion. Automatically sells", @@ -15,5 +12,23 @@ "§7price.", "", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "ENCHANTED_IRON:1", + "A2": "", + "A3": "ENCHANTED_IRON:1", + "B1": "ENCHANTED_IRON:1", + "B2": "CHEST:1", + "B3": "ENCHANTED_IRON:1", + "C1": "", + "C2": "ENCHANTED_IRON:1", + "C3": "" + }, + "internalname": "BUDGET_HOPPER", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Budget_Hopper" ] }
\ No newline at end of file |