diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/GOLD_FORGER_NPC.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/GOLD_FORGER_NPC.json')
-rw-r--r-- | items/GOLD_FORGER_NPC.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/GOLD_FORGER_NPC.json b/items/GOLD_FORGER_NPC.json index 533c6c25..1247af34 100644 --- a/items/GOLD_FORGER_NPC.json +++ b/items/GOLD_FORGER_NPC.json @@ -61,6 +61,27 @@ "SKYBLOCK_COIN:80" ], "result": "FANCY_SWORD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_SPADE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_AXE" } ] }
\ No newline at end of file |