Skip to content

Commit 90fde97

Browse files
GloopMasterPilzAdam
authored andcommittedJul 11, 2013
Mese and Diamond ore description consistancy.
Merely creates consistancy in the in-game naming of the ores.
1 parent 02bfcae commit 90fde97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mods/default/nodes.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ minetest.register_node("default:stone_with_copper", {
4848
})
4949

5050
minetest.register_node("default:stone_with_mese", {
51-
description = "Mese Crystals in Stone",
51+
description = "Mese Ore",
5252
tiles = {"default_stone.png^default_mineral_mese.png"},
5353
is_ground_content = true,
5454
groups = {cracky=1},
@@ -66,7 +66,7 @@ minetest.register_node("default:stone_with_gold", {
6666
})
6767

6868
minetest.register_node("default:stone_with_diamond", {
69-
description = "Diamonds in Stone",
69+
description = "Diamond Ore",
7070
tiles = {"default_stone.png^default_mineral_diamond.png"},
7171
is_ground_content = true,
7272
groups = {cracky=1},

0 commit comments

Comments
 (0)