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:
@ -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
|
||||
})
|
||||
|
Reference in New Issue
Block a user