updated village (natural spawning)

This commit is contained in:
cale 2016-03-19 11:49:45 +01:00
parent 2748dbf9d4
commit 61c3ec6581
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@ $place near village_1
$create
$wait
$dialog welcome_1
$place at village_1
$create
$wait
$dialog quest_1

View File

@ -104,7 +104,7 @@ minetest.register_decoration({
biomes = {
"grassland", "jungle"
},
y_min = 0,
y_max = 31000,
y_min = 6,
y_max = 20,
decoration = "village:spawn",
})