Compare commits
3 commits
8439f02f8f
...
bc1672d0e3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bc1672d0e3 | ||
![]() |
8060dc3584 | ||
![]() |
d6cb7a4201 |
3 changed files with 3 additions and 4 deletions
|
@ -20,9 +20,8 @@ The following mods can be a great addition for this mod:
|
||||||
|
|
||||||
Sorted by priority
|
Sorted by priority
|
||||||
|
|
||||||
|
- Adjust rocket parts recipe
|
||||||
- Add end-game stuff
|
- Add end-game stuff
|
||||||
- Balance resources
|
|
||||||
- Remove stromatolite (non-plant)?
|
|
||||||
- Guarantee spawn of gold in starting area
|
- Guarantee spawn of gold in starting area
|
||||||
- Fix pipe graphics on desiccation furnace
|
- Fix pipe graphics on desiccation furnace
|
||||||
- Change color of gold soil
|
- Change color of gold soil
|
||||||
|
|
|
@ -13,7 +13,7 @@ return {
|
||||||
},
|
},
|
||||||
autoplace_controls = {
|
autoplace_controls = {
|
||||||
["lignumis_gold"] = { richness = 1, frequency = 1, size = 1 },
|
["lignumis_gold"] = { richness = 1, frequency = 1, size = 1 },
|
||||||
["lignumis_peat"] = { richness = 1/2, frequency = 6, size = 1 },
|
["lignumis_peat"] = { richness = 1/2, frequency = 6, size = 2 },
|
||||||
["stone"] = { richness = 1/6, frequency = 4, size = 4 },
|
["stone"] = { richness = 1/6, frequency = 4, size = 4 },
|
||||||
["water"] = {},
|
["water"] = {},
|
||||||
["trees"] = {},
|
["trees"] = {},
|
||||||
|
|
|
@ -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