Skip to content

Commit

Permalink
Mese and Diamond ore description consistancy.
Browse files Browse the repository at this point in the history
Merely creates consistancy in the in-game naming of the ores.
  • Loading branch information
GloopMaster authored and PilzAdam committed Jul 11, 2013
1 parent 02bfcae commit 90fde97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/nodes.lua
Expand Up @@ -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},
Expand All @@ -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},
Expand Down

0 comments on commit 90fde97

Please sign in to comment.