1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 23:10:33 +02:00
This commit is contained in:
crabman77 2016-06-14 23:06:39 +02:00
parent ee4952aadd
commit 8b111febd3

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},