mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
Default/mapgen: Add dry shrub to mgv6 tundra
This commit is contained in:
parent
c570f9f494
commit
d0070f2b1a
@ -403,7 +403,7 @@ function default.register_mgv6_decorations()
|
|||||||
|
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"default:desert_sand"},
|
place_on = {"default:desert_sand", "default:dirt_with_snow"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = 0,
|
offset = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user