1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-09-20 19:50:24 +02:00

increase pepper yield

This commit is contained in:
TenPlus1 2018-03-08 20:26:49 +00:00
parent 3d45e7acac
commit 0f8c1dd4c9

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