1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

tweak mint and pineapple spawning

This commit is contained in:
tenplus1
2022-09-18 11:10:20 +01:00
parent ff8e0d73a4
commit a08b471415
2 changed files with 4 additions and 4 deletions

View File

@ -102,9 +102,9 @@ minetest.register_decoration({
octaves = 3,
persist = 0.6
},
y_min = 1,
y_min = 0,
y_max = 75,
decoration = "farming:mint_4",
spawn_by = "group:water",
spawn_by = {"group:water", "group:sand"},
num_spawn_by = 1
})