add new colour peppers to mapgen
This commit is contained in:
parent
e98a82009f
commit
b8d5dfc9f1
@ -400,8 +400,10 @@ minetest.register_decoration({
|
||||
},
|
||||
y_min = 5,
|
||||
y_max = 35,
|
||||
decoration = {"farming:chili_8", "farming:garlic_5", "farming:pepper_5",
|
||||
"farming:onion_5", "farming:hemp_7"},
|
||||
decoration = {
|
||||
"farming:chili_8", "farming:garlic_5", "farming:pepper_5", "farming:pepper_6",
|
||||
"farming:onion_5", "farming:hemp_7", "farming:pepper_7",
|
||||
},
|
||||
spawn_by = "group:tree",
|
||||
num_spawn_by = 1,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user