Mese and Diamond ore description consistancy.
authorGloopMaster <GloopMastre@yahoo.com>
Fri, 5 Jul 2013 20:57:17 +0000 (16:57 -0400)
committerPilzAdam <pilzadam@minetest.net>
Thu, 11 Jul 2013 00:54:10 +0000 (02:54 +0200)
Merely creates consistancy in the in-game naming of the ores.

mods/default/nodes.lua

index a05d98b17e806d035189e042fa6ab2a2322090cd..89ef5f957fa3ebef6c3cb127837ab33de6257df1 100644 (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},