forked from mtcontrib/farming
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_min = 5,
|
||||||
y_max = 35,
|
y_max = 35,
|
||||||
decoration = {"farming:pepper_5"},
|
decoration = {"farming:pepper_5", "farming:pepper_6", "farming:pepper_7"},
|
||||||
spawn_by = "group:tree",
|
spawn_by = "group:tree",
|
||||||
num_spawn_by = 1
|
num_spawn_by = 1
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user