1 in 2 chance of harvesting 2x cabbages

This commit is contained in:
tenplus1 2020-08-23 18:17:11 +01:00
parent 5e772e7eb4
commit 954a9793e7
1 changed files with 1 additions and 1 deletions

View File

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