From 0e253b3c5cfa340965a295c670de511191d6d8b5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:50:58 +0100 Subject: Added skins, fixed 3 items (#1078) * Fixed lore of 2 items and fixed npc saying it has a recipe * Added new skins --- items/ALCHEMIST_RIFT_NPC.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'items/ALCHEMIST_RIFT_NPC.json') diff --git a/items/ALCHEMIST_RIFT_NPC.json b/items/ALCHEMIST_RIFT_NPC.json index 03512309..8189d5ee 100644 --- a/items/ALCHEMIST_RIFT_NPC.json +++ b/items/ALCHEMIST_RIFT_NPC.json @@ -7,7 +7,7 @@ "" ], "internalname": "ALCHEMIST_RIFT_NPC", - "clickcommand": "viewrecipe", + "clickcommand": "", "modver": "2.1.1-PRE", "infoType": "", "info": [], @@ -15,6 +15,5 @@ "x": -49, "y": 70, "z": -64, - "island": "rift", - "recipes": [] + "island": "rift" } \ No newline at end of file -- cgit