Buff Turquoise pebble drop rate

I have tried to hit an average of 9, but I'd rather be just above than just below. So the rate is closer to 10, 11
This commit is contained in:
TheOnlyJoeEnderman 2023-08-27 23:33:44 +00:00
parent a9e8ea0ce3
commit ef8263ef3d
1 changed files with 9 additions and 9 deletions

View File

@ -2881,7 +2881,7 @@ minetest.register_node("too_many_stones:sandstone_with_turquoise", {
},
{
items = {"too_many_stones:turquoise_pebble 4"},
rarity = 2,
rarity = 1,
},
{
items = {"too_many_stones:turquoise_pebble 2"},
@ -2889,11 +2889,11 @@ minetest.register_node("too_many_stones:sandstone_with_turquoise", {
},
{
items = {"too_many_stones:turquoise_pebble 5"},
rarity = 3,
rarity = 2,
},
{
items = {"too_many_stones:turquoise_pebble 1"},
rarity = 3,
rarity = 4,
},
},
},
@ -2914,7 +2914,7 @@ minetest.register_node("too_many_stones:desert_sandstone_with_turquoise", {
},
{
items = {"too_many_stones:turquoise_pebble 4"},
rarity = 2,
rarity = 1,
},
{
items = {"too_many_stones:turquoise_pebble 2"},
@ -2922,11 +2922,11 @@ minetest.register_node("too_many_stones:desert_sandstone_with_turquoise", {
},
{
items = {"too_many_stones:turquoise_pebble 5"},
rarity = 3,
rarity = 2,
},
{
items = {"too_many_stones:turquoise_pebble 1"},
rarity = 3,
rarity = 4,
},
},
},
@ -2947,7 +2947,7 @@ minetest.register_node("too_many_stones:silver_sandstone_with_turquoise", {
},
{
items = {"too_many_stones:turquoise_pebble 4"},
rarity = 2,
rarity = 1,
},
{
items = {"too_many_stones:turquoise_pebble 2"},
@ -2955,11 +2955,11 @@ minetest.register_node("too_many_stones:silver_sandstone_with_turquoise", {
},
{
items = {"too_many_stones:turquoise_pebble 5"},
rarity = 3,
rarity = 2,
},
{
items = {"too_many_stones:turquoise_pebble 1"},
rarity = 3,
rarity = 4,
},
},
},