forked from mtcontrib/farming
1 in 2 chance of harvesting 2x cabbages
This commit is contained in:
parent
5e772e7eb4
commit
954a9793e7
@ -54,7 +54,7 @@ def.groups.growing = nil
|
||||
def.drop = {
|
||||
max_items = 2, items = {
|
||||
{items = {"farming:cabbage"}, rarity = 1},
|
||||
{items = {"farming:cabbage"}, rarity = 5}
|
||||
{items = {"farming:cabbage"}, rarity = 2}
|
||||
}
|
||||
}
|
||||
minetest.register_node("farming:cabbage_6", table.copy(def))
|
||||
|
Loading…
Reference in New Issue
Block a user