This commit is contained in:
crabman77 2016-06-14 23:06:39 +02:00
parent ee4952aadd
commit 8b111febd3
1 changed files with 1 additions and 1 deletions

View File

@ -1225,7 +1225,7 @@ minetest.register_node("default:goldblock", {
})
minetest.register_node("default:stone_with_mithril", {
description = "Tin Ore",
description = "Mithril Ore",
tiles = {"default_stone.png^default_mineral_mithril.png"},
is_ground_content = true,
groups = {cracky = 3},