increase pepper yield

This commit is contained in:
TenPlus1 2018-03-08 20:26:49 +00:00
parent 3d45e7acac
commit 0f8c1dd4c9
1 changed files with 2 additions and 1 deletions

View File

@ -92,8 +92,9 @@ crop_def.tiles = {"crops_pepper_plant_5.png"}
crop_def.groups.growing = 0
crop_def.drop = {
max_items = 2, items = {
{items = {'farming:pepper'}, rarity = 1},
{items = {'farming:pepper 2'}, rarity = 1},
{items = {'farming:pepper'}, rarity = 2},
{items = {'farming:pepper'}, rarity = 3},
}
}
minetest.register_node("farming:pepper_5", table.copy(crop_def))