diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/EMERALD.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/EMERALD.json')
-rw-r--r-- | items/EMERALD.json | 214 |
1 files changed, 212 insertions, 2 deletions
diff --git a/items/EMERALD.json b/items/EMERALD.json index 2533d668..d8855d92 100644 --- a/items/EMERALD.json +++ b/items/EMERALD.json @@ -7,7 +7,7 @@ "§f§lCOMMON" ], "internalname": "EMERALD", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +20,215 @@ "C1": "", "C2": "", "C3": "" - } + }, + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Emerald" + ], + "recipes": [ + { + "type": "trade", + "cost": "LOG-1", + "min": 65, + "max": 76, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "LOG-2", + "min": 65, + "max": 74, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "ENDER_PEARL", + "min": 26, + "max": 28, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "GLOWSTONE_DUST", + "min": 94, + "max": 111, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "COAL", + "min": 55, + "max": 61, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "GHAST_TEAR", + "min": 15, + "max": 16, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "INK_SACK-4", + "min": 174, + "max": 176, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "SUGAR_CANE", + "min": 108, + "max": 129, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "RABBIT", + "min": 32, + "max": 35, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "ENDER_STONE", + "min": 31, + "max": 34, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "WOOL", + "min": 33, + "max": 38, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "QUARTZ", + "min": 39, + "max": 41, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "LOG_2", + "min": 64, + "max": 70, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "SPIDER_EYE:117", + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "DIAMOND", + "min": 27, + "max": 31, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "REDSTONE", + "min": 123, + "max": 133, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "LOG-1", + "min": 68, + "max": 74, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "MAGMA_CREAM", + "min": 43, + "max": 47, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "INK_SACK-3", + "min": 85, + "max": 93, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "LOG_2-1", + "min": 65, + "max": 74, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "MUTTON", + "min": 216, + "max": 233, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "LOG-3", + "min": 68, + "max": 73, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "SLIME_BALL", + "min": 33, + "max": 63, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "BONE", + "min": 31, + "max": 35, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "BLAZE_ROD:24", + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "SULPHUR", + "min": 30, + "max": 32, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "FLINT", + "min": 31, + "max": 35, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "IRON_INGOT:51", + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "POTATO", + "min": 130, + "max": 141, + "result": "EMERALD" + }, + { + "type": "trade", + "cost": "GOLD_INGOT", + "min": 39, + "max": 41, + "result": "EMERALD" + } + ] } |