diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-01-28 13:31:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 12:31:40 +0000 |
commit | ec2da3d89ee6a48696bf83792ef5a54eac569cd1 (patch) | |
tree | ca6e25f1fcd65c13b878b974c483938e3564e1d5 | |
parent | ff200867edc725ae24d80132d522dc5537efdbf9 (diff) | |
download | NotEnoughUpdates-REPO-ec2da3d89ee6a48696bf83792ef5a54eac569cd1.tar.gz NotEnoughUpdates-REPO-ec2da3d89ee6a48696bf83792ef5a54eac569cd1.tar.bz2 NotEnoughUpdates-REPO-ec2da3d89ee6a48696bf83792ef5a54eac569cd1.zip |
Added Arachne Crystal Recipe (#1094)
-rw-r--r-- | items/SHAGGY_NPC.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/SHAGGY_NPC.json b/items/SHAGGY_NPC.json index 94663b16..591c8669 100644 --- a/items/SHAGGY_NPC.json +++ b/items/SHAGGY_NPC.json @@ -14,5 +14,16 @@ "z": -182, "island": "combat_1", "crafttext": "", - "infoType": "" -}
\ No newline at end of file + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "ARACHNE_FRAGMENT:3", + "ENCHANTED_SPIDER_EYE:8", + "ENCHANTED_STRING:30" + ], + "result": "ARACHNE_CRYSTAL" + } + ] +} |