This commit is contained in:
1F616EMO~nya 2024-08-15 16:06:58 +08:00 committed by GitHub
commit 808a36bda3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -304,7 +304,11 @@ minetest.register_node("animalia:spawner", {
walkable = false,
pointable = false,
sunlight_propagates = true,
groups = {oddly_breakable_by_hand = 1, not_in_creative_inventory = 1}
drop = "",
diggable = false,
floodable = true,
buildable_to = true,
groups = {not_in_creative_inventory = 1}
})
minetest.register_decoration({