diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-19 17:54:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 16:54:07 +0000 |
| commit | 5e4e60945cfe24fc51474365fd0fe5b5c2900724 (patch) | |
| tree | 7d5dc64e08c7ed1474ebb2b5eab0216ed4938fca /items | |
| parent | e993e1498eaf92ecaa9c7f6d3f28b4e0e131f7b8 (diff) | |
| download | NotEnoughUpdates-REPO-5e4e60945cfe24fc51474365fd0fe5b5c2900724.tar.gz NotEnoughUpdates-REPO-5e4e60945cfe24fc51474365fd0fe5b5c2900724.tar.bz2 NotEnoughUpdates-REPO-5e4e60945cfe24fc51474365fd0fe5b5c2900724.zip | |
fix: Silver Boots not having a recipe (#1615)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ODGER_NPC.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/items/ODGER_NPC.json b/items/ODGER_NPC.json index 67d41f4d..0159d0b9 100644 --- a/items/ODGER_NPC.json +++ b/items/ODGER_NPC.json @@ -87,6 +87,13 @@ }, { "type": "npc_shop", + "result": "SILVER_HUNTER_BOOTS:1.0", + "cost": [ + "SKYBLOCK_COIN:500000.0" + ] + }, + { + "type": "npc_shop", "result": "BRONZE_TROPHY_FISHING_SACK:1.0", "cost": [ "SKYBLOCK_COIN:1000000.0" |
