mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-26 02:40:29 +01:00
Tweak corium light settings
Flowing corium appeared too dark.
This commit is contained in:
parent
c5e9480d99
commit
e11f0f8817
@ -287,7 +287,7 @@ for _, state in ipairs({ "flowing", "source" }) do
|
|||||||
}},
|
}},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = (state == "flowing" and "flowingliquid" or nil),
|
paramtype2 = (state == "flowing" and "flowingliquid" or nil),
|
||||||
light_source = (state == "source" and 4 or 3),
|
light_source = (state == "source" and 8 or 5),
|
||||||
walkable = false,
|
walkable = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
diggable = false,
|
diggable = false,
|
||||||
|
Loading…
Reference in New Issue
Block a user