aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-09-23 23:12:56 +0200
committerGitHub <noreply@github.com>2024-09-23 21:12:56 +0000
commita6b274818e43febfc63416560f9ee6dc1294a25e (patch)
tree37819aee22eb159d36f1f1b946628160d2e7ec18 /items
parent5ec2e968e48fff06b48da17f077e4b0407a50d73 (diff)
downloadNotEnoughUpdates-REPO-a6b274818e43febfc63416560f9ee6dc1294a25e.tar.gz
NotEnoughUpdates-REPO-a6b274818e43febfc63416560f9ee6dc1294a25e.tar.bz2
NotEnoughUpdates-REPO-a6b274818e43febfc63416560f9ee6dc1294a25e.zip
fix: Gemstone Fuel Tank recipe (#1371)
Diffstat (limited to 'items')
-rw-r--r--items/GEMSTONE_FUEL_TANK.json6
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
}