make nuts drop from leaves less often.

This commit is contained in:
trans_soup 2023-10-19 15:14:02 +02:00
parent bdfb9f5fda
commit f134082112
1 changed files with 4 additions and 4 deletions

View File

@ -28,12 +28,12 @@ local nutty_drops = {
max_items = 3,
items = {
{
rarity = 8,
items = {modname .. ":nut"},
rarity = 20,
items = {modname .. ":nut 2"},
},
{
rarity = 12,
items = {modname .. ":nut 2"},
rarity = 16,
items = {modname .. ":nut"},
},
{
rarity = 1,