Remove mapgen village spawner from Creative
This commit is contained in:
parent
45273fb183
commit
f21ca0bfd5
@ -63,7 +63,7 @@ minetest.register_node(
|
|||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
air_equivalent = true,
|
air_equivalent = true,
|
||||||
drop = "",
|
drop = "",
|
||||||
groups = {not_in_craft_guide = 1},
|
groups = {not_in_craft_guide = 1, not_in_creative_inventory=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Spawning LBM
|
-- Spawning LBM
|
||||||
|
Loading…
Reference in New Issue
Block a user