Add paramtype="light" to animalia:spawner to prevent shadows from spawner

This commit is contained in:
EmptyStar 2024-10-10 19:21:14 -04:00
parent 259e741282
commit 66e74b8c16

View file

@ -303,6 +303,7 @@ minetest.register_node("animalia:spawner", {
drawtype = "airlike",
walkable = false,
pointable = false,
paramtype = "light",
sunlight_propagates = true,
groups = {oddly_breakable_by_hand = 1, not_in_creative_inventory = 1}
})