Mese and Diamond ore description consistancy.

Merely creates consistancy in the in-game naming of the ores.
This commit is contained in:
GloopMaster 2013-07-05 16:57:17 -04:00 committed by PilzAdam
parent 02bfcae53d
commit 90fde974a2
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ minetest.register_node("default:stone_with_copper", {
})
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},
@ -66,7 +66,7 @@ minetest.register_node("default:stone_with_gold", {
})
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},