Corrige le groupe des blocs de minerais dans la pierre du desert
- Tin, copper et silver n'avaient pas le bon groupe et une pioche en bois pouvait les miner.
This commit is contained in:
parent
524e2b787a
commit
2c83070f29
@ -38,7 +38,7 @@ minetest.register_node(
|
||||
description = "Copper Ore",
|
||||
tiles = {"default_desert_stone.png^default_mineral_copper.png"},
|
||||
is_ground_content = true,
|
||||
groups = {crumbly = 1, cracky = 3},
|
||||
groups = {cracky = 2},
|
||||
drop = {
|
||||
items = {
|
||||
{items = {"default:copper_lump"}},
|
||||
@ -53,7 +53,7 @@ minetest.register_node(
|
||||
description = "Tin Ore",
|
||||
tiles = {"default_desert_stone.png^default_mineral_tin.png"},
|
||||
is_ground_content = true,
|
||||
groups = {crumbly = 1, cracky = 3},
|
||||
groups = {cracky = 2},
|
||||
drop = {
|
||||
items = {
|
||||
{items = {"default:tin_lump"}},
|
||||
|
@ -18,7 +18,7 @@ minetest.register_node(
|
||||
description = "Silver Ore",
|
||||
tiles = {"default_desert_stone.png^moreores_mineral_silver.png"},
|
||||
is_ground_content = true,
|
||||
groups = {crumbly = 1, cracky = 3},
|
||||
groups = {cracky = 2},
|
||||
drop = {
|
||||
items = {
|
||||
{items = {"moreores:silver_lump"}},
|
||||
|
Loading…
Reference in New Issue
Block a user