make blue agave a little more rare
This commit is contained in:
parent
a0c6e6edc0
commit
16bcdb0adf
4
init.lua
4
init.lua
@ -265,6 +265,10 @@ minetest.register_decoration({
|
|||||||
fill_ratio = 0.001,
|
fill_ratio = 0.001,
|
||||||
biomes = {"desert"},
|
biomes = {"desert"},
|
||||||
decoration = {"wine:blue_agave"},
|
decoration = {"wine:blue_agave"},
|
||||||
|
y_min = 15,
|
||||||
|
y_max = 50,
|
||||||
|
spawn_by = "default:desert_sand",
|
||||||
|
num_spawn_by = 6,
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user