diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-13 11:34:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 19:34:00 +1000 |
| commit | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (patch) | |
| tree | 3c4f881ca7ca2c43c284eb87a4ca3f4f796b8a88 /items/LUMINA_NPC.json | |
| parent | 5ceeb13354e54075db9680ee6b47cc0741bb739b (diff) | |
| download | NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.gz NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.bz2 NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.zip | |
Fixed 2 npc's (#977)
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 |
