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:
parent
f2ab135c6b
commit
8ef5730b3f
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user