From 9861e27f07a1562bb4d1170c22a7b8c72fa63428 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:34:00 +0200 Subject: Fixed 2 npc's (#977) --- items/LUMINA_NPC.json | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'items/LUMINA_NPC.json') diff --git a/items/LUMINA_NPC.json b/items/LUMINA_NPC.json index 91d7ef89..8f68cbaf 100644 --- a/items/LUMINA_NPC.json +++ b/items/LUMINA_NPC.json @@ -7,12 +7,35 @@ "" ], "internalname": "LUMINA_NPC", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "x": 78, "y": 200, "z": -110, "island": "mining_3", "crafttext": "", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:32" + ], + "result": "TORCH:64" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "LANTERN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100000" + ], + "result": "INFINI_TORCH" + } + ] } \ No newline at end of file -- cgit