From 9e507591cb196db181ba3c223e5fa1a0e5dca3df Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 21 Mar 2023 03:59:09 +0900 Subject: [PATCH] Update main.lua --- PHI-MB/main.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PHI-MB/main.lua b/PHI-MB/main.lua index 093b943..6f2e213 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -140,9 +140,7 @@ data.raw['module']['effectivity-module-3'].effect = {consumption = {bonus = -1.5 data.raw['pipe']['pipe'].fluid_box.height = 4 data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.height = 4 -data.raw['pump']['pump'].fluid_box.height = 16 -data.raw['pump']['pump'].energy_usage = '116kW' -data.raw['pump']['pump'].pumping_speed = 400 +data.raw['pump']['pump'].energy_usage = '58kW' data.raw['offshore-pump']['offshore-pump'].pumping_speed = 80 data.raw['offshore-pump']['offshore-pump'].collision_mask = nil data.raw['offshore-pump']['offshore-pump'].center_collision_mask = nil @@ -254,7 +252,7 @@ for i=1, #ups_chests, 1 do item.name = 'ups-' .. ups_chests[i] item.place_result = 'ups-' .. ups_chests[i] - item.order = chest_item.order .. '-ups' + item.order = item.order .. '-ups' data:extend({item}) entity.inventory_size = 1