From 3181dfb2e71204edb9bf70638418ee890cd28709 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 3 May 2024 17:47:12 +0200 Subject: Fixed another 2 forge times (#1191) --- items/REFINED_TUNGSTEN.json | 2 +- 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": [ -- cgit