aboutsummaryrefslogtreecommitdiff
path: root/items/MINE_MERCHANT_NPC.json
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-05-07 01:43:10 +0200
committerjani270 <jani270@gmx.de>2022-05-07 01:43:10 +0200
commit7b90ef65578300f80dbb010f33c3deff3d515f36 (patch)
tree0c50ba28e265b1877a1f77f27d37bf315c0a650f /items/MINE_MERCHANT_NPC.json
parentf6359b50daba1a24cfe01440e992e6b8def3d34b (diff)
downloadNotEnoughUpdates-REPO-7b90ef65578300f80dbb010f33c3deff3d515f36.tar.gz
NotEnoughUpdates-REPO-7b90ef65578300f80dbb010f33c3deff3d515f36.tar.bz2
NotEnoughUpdates-REPO-7b90ef65578300f80dbb010f33c3deff3d515f36.zip
Added NPC Shop Recipes
Diffstat (limited to 'items/MINE_MERCHANT_NPC.json')
-rw-r--r--items/MINE_MERCHANT_NPC.json108
1 files changed, 108 insertions, 0 deletions
diff --git a/items/MINE_MERCHANT_NPC.json b/items/MINE_MERCHANT_NPC.json
new file mode 100644
index 00000000..1b3c55f8
--- /dev/null
+++ b/items/MINE_MERCHANT_NPC.json
@@ -0,0 +1,108 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Mine Merchant (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dea43de3-5b35-575d-ae74-e813ad92616a\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA4OTkwNjU2NDkyZDcyMmE4ZWE4OTZiODE2ZDAxOTExMzY4YjM4N2EyYWM0YmM3NGY3MGEwYWVkZDdlYjdmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Mine Merchant (NPC)\"},ExtraAttributes:{id:\"MINE_MERCHANT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "MINE_MERCHANT_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Mine_Merchant",
+ "https://wiki.hypixel.net/Mine_Merchant"
+ ],
+ "crafttext": "",
+ "x": -9,
+ "y": 70,
+ "z": -125,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "COAL:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:22"
+ ],
+ "result": "IRON_INGOT:4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "GOLD_INGOT:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "COAL:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "ROOKIE_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35"
+ ],
+ "result": "PROMISING_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GOLD_INGOT:3"
+ ],
+ "result": "GOLD_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "TORCH:16"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "GRAVEL:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:3"
+ ],
+ "result": "COBBLESTONE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4"
+ ],
+ "result": "STONE:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "ONYX"
+ }
+ ]
+} \ No newline at end of file