diff options
Diffstat (limited to 'items')
-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 |