Skip to content
Snippets Groups Projects
Commit 90fde974 authored by GloopMaster's avatar GloopMaster Committed by PilzAdam
Browse files

Mese and Diamond ore description consistancy.

Merely creates consistancy in the in-game naming of the ores.
parent 02bfcae5
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment