From a6b274818e43febfc63416560f9ee6dc1294a25e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:12:56 +0200 Subject: fix: Gemstone Fuel Tank recipe (#1371) --- items/GEMSTONE_FUEL_TANK.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items') 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 } -- cgit