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,
|
max_items = 3,
|
||||||
items = {
|
items = {
|
||||||
{
|
{
|
||||||
rarity = 8,
|
rarity = 20,
|
||||||
items = {modname .. ":nut"},
|
items = {modname .. ":nut 2"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rarity = 12,
|
rarity = 16,
|
||||||
items = {modname .. ":nut 2"},
|
items = {modname .. ":nut"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rarity = 1,
|
rarity = 1,
|
||||||
|
|
Loading…
Reference in a new issue