mirror of
https://github.com/D00Med/moreplants.git
synced 2025-01-09 17:30:24 +01:00
fixed mapgen
>now works with all mapgen apart from v6.
This commit is contained in:
parent
3b587d0b14
commit
deb7abf3c2
2
init.lua
2
init.lua
@ -493,7 +493,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
--decorations
|
--decorations
|
||||||
if minetest.get_mapgen_params().mgname == "v7" then
|
if minetest.get_mapgen_params().mgname ~= "v6" then
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = "default:desert_sand",
|
place_on = "default:desert_sand",
|
||||||
|
Loading…
Reference in New Issue
Block a user