mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Add paramtype="light" to animalia:spawner to prevent shadows from spawner
This commit is contained in:
parent
259e741282
commit
66e74b8c16
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ minetest.register_node("animalia:spawner", {
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
pointable = false,
|
pointable = false,
|
||||||
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = {oddly_breakable_by_hand = 1, not_in_creative_inventory = 1}
|
groups = {oddly_breakable_by_hand = 1, not_in_creative_inventory = 1}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue