forked from cacklingfiend/lignumis
Adjust map color of natural gold soil
This commit is contained in:
parent
3acad8fcfc
commit
9dcef15b76
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ data:extend({
|
||||||
walking_sound = semi_wet_sound,
|
walking_sound = semi_wet_sound,
|
||||||
landing_steps_sound = tile_sounds.landing.semi_wet,
|
landing_steps_sound = tile_sounds.landing.semi_wet,
|
||||||
build_sound = data.raw["tile"]["landfill"].build_sound,
|
build_sound = data.raw["tile"]["landfill"].build_sound,
|
||||||
map_color = { 185, 166, 5 },
|
map_color = { 109, 99, 13 },
|
||||||
scorch_mark_color = { r = 0.329, g = 0.242 * 2, b = 0.177, a = 1.000 },
|
scorch_mark_color = { r = 0.329, g = 0.242 * 2, b = 0.177, a = 1.000 },
|
||||||
autoplace = {
|
autoplace = {
|
||||||
probability_expression =
|
probability_expression =
|
||||||
|
|
Loading…
Add table
Reference in a new issue