diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-13 22:30:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 20:30:18 +0000 |
commit | 86285942eeae63d4bf6efad07ccb14740ab4a1ae (patch) | |
tree | 17632c756f6050f2e8241b6bfe98cfce877fadf1 /items/TUNGSTEN_PLATE.json | |
parent | abcc153925a4d0213164ea1379ba51e82e8c31e1 (diff) | |
download | NotEnoughUpdates-REPO-86285942eeae63d4bf6efad07ccb14740ab4a1ae.tar.gz NotEnoughUpdates-REPO-86285942eeae63d4bf6efad07ccb14740ab4a1ae.tar.bz2 NotEnoughUpdates-REPO-86285942eeae63d4bf6efad07ccb14740ab4a1ae.zip |
Added tung plate time and some misc fixes (#1158)
Diffstat (limited to 'items/TUNGSTEN_PLATE.json')
-rw-r--r-- | items/TUNGSTEN_PLATE.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/TUNGSTEN_PLATE.json b/items/TUNGSTEN_PLATE.json index ccbb681b..f7fd8cef 100644 --- a/items/TUNGSTEN_PLATE.json +++ b/items/TUNGSTEN_PLATE.json @@ -15,11 +15,12 @@ { "type": "forge", "inputs": [ - "REFINED_TUNGSTEN:4.0", - "GLACITE_AMALGAMATION:1.0" + "GLACITE_AMALGAMATION:1.0", + "REFINED_TUNGSTEN:4.0" ], "count": 1.0, - "overrideOutputId": "TUNGSTEN_PLATE" + "overrideOutputId": "TUNGSTEN_PLATE", + "duration": 7200 } ] }
\ No newline at end of file |