diff options
| -rw-r--r-- | items/GEMSTONE_FUEL_TANK.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/GEMSTONE_FUEL_TANK.json b/items/GEMSTONE_FUEL_TANK.json index 05369994..23a60b8b 100644 --- a/items/GEMSTONE_FUEL_TANK.json +++ b/items/GEMSTONE_FUEL_TANK.json @@ -28,11 +28,11 @@ { "type": "forge", "inputs": [ - "CONTROL_SWITCH:30", "GEMSTONE_MIXTURE:10", - "TITANIUM_FUEL_TANK:1" + "TITANIUM_FUEL_TANK:1", + "PRECURSOR_APPARATUS:4" ], - "count": 1, + "count": 1.0, "overrideOutputId": "GEMSTONE_FUEL_TANK", "duration": 30 } |
