mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 05:21:40 -04:00
Merge 6ba14bf0e9
into 259e741282
This commit is contained in:
commit
808a36bda3
1 changed files with 5 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue