added blue agave from wine mod to desert areas

This commit is contained in:
TenPlus1 2018-05-07 10:32:33 +01:00
parent 30bcca0a89
commit d9de5c5d90

View File

@ -803,3 +803,14 @@ minetest.register_decoration({
})
end
if ethereal.desert and minetest.get_modpath("wine") then
minetest.register_decoration({
deco_type = "simple",
place_on = {"default:desert_sand"},
sidelen = 16,
fill_ratio = 0.001,
biomes = {"desert"},
decoration = {"wine:blue_agave"},
})
end