Increase rarity of sampling

dropped from leaves
master
Olivier Dragon 2020-08-23 23:46:16 -04:00
parent 3171f0f944
commit 70038b6940
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ minetest.register_node("maple:maple_leaves", {
max_items = 1,
items = {
{
-- player will get sapling with 1/20 chance
-- player will get sapling with 1/50 chance
items = {'maple:maple_sapling'},
rarity = 20,
rarity = 50,
},
{
-- player will get leaves only if he get no saplings,