This commit is contained in:
EmptyStar 2024-10-10 19:23:30 -04:00 committed by GitHub
commit b3a00131b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}
})