diff --git a/nodes.lua b/nodes.lua index 53f18a9..fd6246f 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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, }, }, },