Remove post effect color in entity spawner

This commit is contained in:
Wuzzy 2019-12-05 10:31:43 +01:00
parent 477250afdb
commit 4d4048964c
1 changed files with 0 additions and 1 deletions

View File

@ -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,