Translation support

This commit is contained in:
NO11 2021-04-25 21:10:48 +00:00
parent 35d1ede85f
commit 0836d03532
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
local S = minetest.get_translator("mcl_nether_gold")
minetest.register_node("mcl_nether_gold:nether_gold_ore", {
description = ("Nether Gold Ore"),
_doc_items_longdesc = ("Nether gold ore is an ore containing nether gold. It is commonly found around netherrack in the Nether."),
description = S("Nether Gold Ore"),
_doc_items_longdesc = S("Nether gold ore is an ore containing gold nuggets. It is commonly found around netherrack in the Nether."),
stack_max = 64,
tiles = {"mcl_nether_netherrack.png^mcl_nether_gold_ore.png"},
is_ground_content = true,