make nuts drop from leaves less often.
This commit is contained in:
parent
bdfb9f5fda
commit
f134082112
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue