forked from cacklingfiend/lignumis
Increse fuel value of wood pulp
This commit is contained in:
parent
d6cb7a4201
commit
8060dc3584
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ data:extend({
|
||||||
type = "fluid",
|
type = "fluid",
|
||||||
name = "wood-pulp",
|
name = "wood-pulp",
|
||||||
default_temperature = 150,
|
default_temperature = 150,
|
||||||
fuel_value = "150kJ",
|
fuel_value = "250kJ",
|
||||||
base_color = { r = 0.57, g = 0.392, b = 0.114 },
|
base_color = { r = 0.57, g = 0.392, b = 0.114 },
|
||||||
flow_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",
|
icon = "__lignumis__/graphics/icons/wood-pulp.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue