diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-23 23:12:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 21:12:56 +0000 |
| commit | a6b274818e43febfc63416560f9ee6dc1294a25e (patch) | |
| tree | 37819aee22eb159d36f1f1b946628160d2e7ec18 | |
| parent | 5ec2e968e48fff06b48da17f077e4b0407a50d73 (diff) | |
| download | NotEnoughUpdates-REPO-a6b274818e43febfc63416560f9ee6dc1294a25e.tar.gz NotEnoughUpdates-REPO-a6b274818e43febfc63416560f9ee6dc1294a25e.tar.bz2 NotEnoughUpdates-REPO-a6b274818e43febfc63416560f9ee6dc1294a25e.zip | |
fix: Gemstone Fuel Tank recipe (#1371)
| -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 } |
