diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-05-03 17:47:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 15:47:12 +0000 |
commit | 3181dfb2e71204edb9bf70638418ee890cd28709 (patch) | |
tree | 51661737aaddddb9c31892075ca98603854d30f2 | |
parent | 4d643c8d0a4eab8233dda6b1cf07079a6397d7e7 (diff) | |
download | NotEnoughUpdates-REPO-3181dfb2e71204edb9bf70638418ee890cd28709.tar.gz NotEnoughUpdates-REPO-3181dfb2e71204edb9bf70638418ee890cd28709.tar.bz2 NotEnoughUpdates-REPO-3181dfb2e71204edb9bf70638418ee890cd28709.zip |
Fixed another 2 forge times (#1191)
-rw-r--r-- | items/REFINED_TUNGSTEN.json | 2 | ||||
-rw-r--r-- | items/REFINED_UMBER.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/items/REFINED_TUNGSTEN.json b/items/REFINED_TUNGSTEN.json index 862715fc..202c1bc0 100644 --- a/items/REFINED_TUNGSTEN.json +++ b/items/REFINED_TUNGSTEN.json @@ -19,7 +19,7 @@ ], "count": 1.0, "overrideOutputId": "REFINED_TUNGSTEN", - "duration": 21600 + "duration": 3600 } ], "info": [ diff --git a/items/REFINED_UMBER.json b/items/REFINED_UMBER.json index 5e3f588a..fbbbc782 100644 --- a/items/REFINED_UMBER.json +++ b/items/REFINED_UMBER.json @@ -19,7 +19,7 @@ ], "count": 1.0, "overrideOutputId": "REFINED_UMBER", - "duration": 21600 + "duration": 3600 } ], "info": [ |