From 1f57ddba5d5cad747f2f0ecd17fc78fc02a131d2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:33:07 +0100 Subject: Added recipe to Bart and Fann, fixed lore of draconic and tara and fixed texture (#1070) * Added recipe to Bart and Fann, fixed lore of draconic and tara and fixed texture * Oops --- items/FANN_NPC.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'items/FANN_NPC.json') 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 -- cgit