updated village (natural spawning)
This commit is contained in:
parent
2748dbf9d4
commit
61c3ec6581
@ -3,7 +3,6 @@ $place near village_1
|
|||||||
$create
|
$create
|
||||||
$wait
|
$wait
|
||||||
$dialog welcome_1
|
$dialog welcome_1
|
||||||
$place at village_1
|
|
||||||
$create
|
$create
|
||||||
$wait
|
$wait
|
||||||
$dialog quest_1
|
$dialog quest_1
|
||||||
|
@ -104,7 +104,7 @@ minetest.register_decoration({
|
|||||||
biomes = {
|
biomes = {
|
||||||
"grassland", "jungle"
|
"grassland", "jungle"
|
||||||
},
|
},
|
||||||
y_min = 0,
|
y_min = 6,
|
||||||
y_max = 31000,
|
y_max = 20,
|
||||||
decoration = "village:spawn",
|
decoration = "village:spawn",
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user