Increase drops of potato plant

master
Wuzzy 2022-07-25 19:53:48 +02:00
parent cbae5b1ca5
commit 4e6435d4af
1 changed files with 4 additions and 3 deletions

View File

@ -62,9 +62,10 @@ farming.register_plant_nodes("rp_farming:potato", {
},
[4] = {
items = {
{items = {"rp_farming:potato_1"}, rarity = 1},
{items = {"rp_farming:potato_1"}, rarity = 4},
{items = {"rp_farming:potato_1"}, rarity = 4},
-- 2-5 potatos
{items = {"rp_farming:potato_1 2"}, rarity = 1},
{items = {"rp_farming:potato_1"}, rarity = 2},
{items = {"rp_farming:potato_1"}, rarity = 3},
{items = {"rp_farming:potato_1"}, rarity = 4},
}
},