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
1 changed files with 1 additions and 1 deletions

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
})