diff options
Diffstat (limited to 'items/FANN_NPC.json')
-rw-r--r-- | items/FANN_NPC.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/items/FANN_NPC.json b/items/FANN_NPC.json index e8c80623..d10e55bd 100644 --- a/items/FANN_NPC.json +++ b/items/FANN_NPC.json @@ -12,5 +12,14 @@ "x": 39, "y": 71, "z": -88, - "island": "hub" + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000" + ], + "result": "OWL;4:1" + } + ] }
\ No newline at end of file |