diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 19:03:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 17:03:44 +0000 |
commit | 0a3e96b390792510aae57edb56cbe39595b0309a (patch) | |
tree | 6ebfbd0a4a7aac3909c89cd20e530d849779b265 /items/TITANIUM_GAUNTLET.json | |
parent | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (diff) | |
download | NotEnoughUpdates-REPO-0a3e96b390792510aae57edb56cbe39595b0309a.tar.gz NotEnoughUpdates-REPO-0a3e96b390792510aae57edb56cbe39595b0309a.tar.bz2 NotEnoughUpdates-REPO-0a3e96b390792510aae57edb56cbe39595b0309a.zip |
Better Mayors Items/Data v1.1 (#1274)
* fix: Forge Times for new items
* feat: Gleaming Crystal Reforge Stone Data
* feat: Titanium/Mithril Equipment in museum data
* feat: Giant Fishing Rod DH Chance
Diffstat (limited to 'items/TITANIUM_GAUNTLET.json')
-rw-r--r-- | items/TITANIUM_GAUNTLET.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/TITANIUM_GAUNTLET.json b/items/TITANIUM_GAUNTLET.json index 64461c99..5008c7fe 100644 --- a/items/TITANIUM_GAUNTLET.json +++ b/items/TITANIUM_GAUNTLET.json @@ -28,12 +28,12 @@ "type": "forge", "inputs": [ "REFINED_MINERAL:16.0", - "REFINED_TITANIUM:1.0", - "MITHRIL_GAUNTLET:1.0" + "MITHRIL_GAUNTLET:1.0", + "REFINED_TITANIUM:1.0" ], "count": 1.0, "overrideOutputId": "TITANIUM_GAUNTLET", - "duration": 12150 + "duration": 16200 } ] }
\ No newline at end of file |