From b228f803c92788bdb9898fe9711dbf34412610a6 Mon Sep 17 00:00:00 2001 From: Joakim Hedlund Date: Sat, 26 Oct 2024 00:02:49 +0200 Subject: [PATCH 1/2] adjust itemsPerCycle for OilPump miner to use same unit as recipes (m3) --- data/data1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data1.0.json b/data/data1.0.json index 7e4008ba..b181bd0c 100644 --- a/data/data1.0.json +++ b/data/data1.0.json @@ -41289,7 +41289,7 @@ ], "allowLiquids": true, "allowSolids": false, - "itemsPerCycle": 2000, + "itemsPerCycle": 2, "extractCycleTime": 1.0 }, "Desc_MinerMk2_C": { From fdc014f50f155af33bf7a9679a7af2759beef23e Mon Sep 17 00:00:00 2001 From: Joakim Hedlund Date: Sat, 26 Oct 2024 00:03:09 +0200 Subject: [PATCH 2/2] add WaterPump miner --- data/data1.0.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/data1.0.json b/data/data1.0.json index b181bd0c..0c5da57a 100644 --- a/data/data1.0.json +++ b/data/data1.0.json @@ -41360,6 +41360,16 @@ "allowSolids": true, "itemsPerCycle": 1, "extractCycleTime": 1.0 + }, + "Desc_WaterPump_C": { + "className": "Desc_WaterPump_C", + "allowedResources": [ + "Desc_Water_C" + ], + "allowLiquids": true, + "allowSolids": false, + "itemsPerCycle": 2, + "extractCycleTime": 1.0 } }, "buildings": {