diff options
Diffstat (limited to 'items/LUMINA_NPC.json')
-rw-r--r-- | items/LUMINA_NPC.json | 27 |
1 files changed, 25 insertions, 2 deletions
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 |