updated village (natural spawning)
This commit is contained in:
parent
2748dbf9d4
commit
61c3ec6581
@ -3,7 +3,6 @@ $place near village_1
|
||||
$create
|
||||
$wait
|
||||
$dialog welcome_1
|
||||
$place at village_1
|
||||
$create
|
||||
$wait
|
||||
$dialog quest_1
|
||||
|
@ -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",
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user