Remove post effect color in entity spawner
This commit is contained in:
parent
477250afdb
commit
4d4048964c
@ -40,7 +40,6 @@ minetest.register_node(
|
|||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
post_effect_color = { a = 0x40, r = 0x8D, g = 0x75, b = 0x97 },
|
|
||||||
walkable = false,
|
walkable = false,
|
||||||
floodable = true,
|
floodable = true,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user