mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 01:30:29 +01:00
fix typo
This commit is contained in:
parent
ee4952aadd
commit
8b111febd3
@ -1225,7 +1225,7 @@ minetest.register_node("default:goldblock", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("default:stone_with_mithril", {
|
minetest.register_node("default:stone_with_mithril", {
|
||||||
description = "Tin Ore",
|
description = "Mithril Ore",
|
||||||
tiles = {"default_stone.png^default_mineral_mithril.png"},
|
tiles = {"default_stone.png^default_mineral_mithril.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
|
Loading…
Reference in New Issue
Block a user