diff options
Diffstat (limited to 'items/TTEMME_RD_RIFT_NPC.json')
-rw-r--r-- | items/TTEMME_RD_RIFT_NPC.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/items/TTEMME_RD_RIFT_NPC.json b/items/TTEMME_RD_RIFT_NPC.json new file mode 100644 index 00000000..6b75fdd2 --- /dev/null +++ b/items/TTEMME_RD_RIFT_NPC.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dttemme .rD (Rift NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"\"}]}}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "TTEMME_RD_RIFT_NPC", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "", + "island": "rift", + "x": -293, + "y": 56, + "z": -87, + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_MOTE:10000", + "SHADOW_CRUX:10" + ], + "result": "RIFT_TROPHY_MIRRORED" + }, + { + "type": "npc_shop", + "cost": [ + "WYLD_CHESTPLATE:1", + "SHADOW_CRUX:12" + ], + "result": "ETALPTSEHC_NORI" + }, + { + "type": "npc_shop", + "cost": [ + "SHADOW_CRUX:16", + "SKYBLOCK_MOTE:5000" + ], + "result": "ENCHANTED_BOOK_BUNDLE_REFLECTION" + } + ] +}
\ No newline at end of file |