1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-11-05 09:50:36 +01:00

have random peppers colours appear in world

This commit is contained in:
tenplus1 2020-12-13 09:24:30 +00:00
parent f2ab135c6b
commit 8ef5730b3f

View File

@ -126,7 +126,7 @@ minetest.register_decoration({
},
y_min = 5,
y_max = 35,
decoration = {"farming:pepper_5"},
decoration = {"farming:pepper_5", "farming:pepper_6", "farming:pepper_7"},
spawn_by = "group:tree",
num_spawn_by = 1
})