})
minetest.register_node("default:stone_with_mese", {
- description = "Mese Crystals in Stone",
+ description = "Mese Ore",
tiles = {"default_stone.png^default_mineral_mese.png"},
is_ground_content = true,
groups = {cracky=1},
})
minetest.register_node("default:stone_with_diamond", {
- description = "Diamonds in Stone",
+ description = "Diamond Ore",
tiles = {"default_stone.png^default_mineral_diamond.png"},
is_ground_content = true,
groups = {cracky=1},