From 8060dc3584b9d1fcefb8732a391d3309c0f64564 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 9 Jan 2025 17:16:47 +0100 Subject: [PATCH] Increse fuel value of wood pulp --- lignumis/prototypes/content/wood-liquefaction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lignumis/prototypes/content/wood-liquefaction.lua b/lignumis/prototypes/content/wood-liquefaction.lua index cd71541..64f8e1c 100644 --- a/lignumis/prototypes/content/wood-liquefaction.lua +++ b/lignumis/prototypes/content/wood-liquefaction.lua @@ -3,7 +3,7 @@ data:extend({ type = "fluid", name = "wood-pulp", default_temperature = 150, - fuel_value = "150kJ", + fuel_value = "250kJ", base_color = { r = 0.57, g = 0.392, b = 0.114 }, flow_color = { r = 0.57, g = 0.392, b = 0.114 }, icon = "__lignumis__/graphics/icons/wood-pulp.png",