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,
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
post_effect_color = { a = 0x40, r = 0x8D, g = 0x75, b = 0x97 },
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
buildable_to = true,
|
||||
|
Loading…
Reference in New Issue
Block a user