forked from Mineclonia/Mineclonia
Add missing mcl_doc translations
This commit is contained in:
parent
058f46043f
commit
c3968209f6
|
@ -202,15 +202,15 @@ doc.sub.items.register_factoid("nodes", "mining", function(itemstring, def)
|
||||||
tool_minable = true
|
tool_minable = true
|
||||||
end
|
end
|
||||||
if groups.shearsy or groups.shearsy_wool then
|
if groups.shearsy or groups.shearsy_wool then
|
||||||
datastring = datastring .. "• Shears" .. "\n"
|
datastring = datastring .. S("• Shears") .. "\n"
|
||||||
tool_minable = true
|
tool_minable = true
|
||||||
end
|
end
|
||||||
if groups.swordy or groups.swordy_cobweb then
|
if groups.swordy or groups.swordy_cobweb then
|
||||||
datastring = datastring .. "• Sword" .. "\n"
|
datastring = datastring .. S("• Sword") .. "\n"
|
||||||
tool_minable = true
|
tool_minable = true
|
||||||
end
|
end
|
||||||
if groups.handy then
|
if groups.handy then
|
||||||
datastring = datastring .. "• Hand" .. "\n"
|
datastring = datastring .. S("• Hand") .. "\n"
|
||||||
tool_minable = true
|
tool_minable = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ Iron Axe=Eisenaxt
|
||||||
Stone Axe=Steinaxt
|
Stone Axe=Steinaxt
|
||||||
Golden Axe=Goldaxt
|
Golden Axe=Goldaxt
|
||||||
Wooden Axe=Holzaxt
|
Wooden Axe=Holzaxt
|
||||||
Diamond Shovel=Diamantschaufen
|
Diamond Shovel=Diamantschaufel
|
||||||
Iron Shovel=Eisenschaufel
|
Iron Shovel=Eisenschaufel
|
||||||
Stone Shovel=Steinschaufel
|
Stone Shovel=Steinschaufel
|
||||||
Golden Shovel=Goldschaufel
|
Golden Shovel=Goldschaufel
|
||||||
|
@ -52,3 +52,6 @@ This block drops itself when mined by shears.=Dieser Block wirft sich selbst ab,
|
||||||
@1×@2=@1×@2
|
@1×@2=@1×@2
|
||||||
This blocks drops the following when mined by shears: @1=Dieser Block wird folgendes abwerfen, wenn er mit einer Schere abgebaut wird: @
|
This blocks drops the following when mined by shears: @1=Dieser Block wird folgendes abwerfen, wenn er mit einer Schere abgebaut wird: @
|
||||||
, =,
|
, =,
|
||||||
|
• Shears=• Schere
|
||||||
|
• Sword=• Schwert
|
||||||
|
• Hand=• Hand
|
||||||
|
|
|
@ -52,3 +52,6 @@ This block drops itself when mined by shears.=
|
||||||
@1×@2=
|
@1×@2=
|
||||||
This blocks drops the following when mined by shears: @1=
|
This blocks drops the following when mined by shears: @1=
|
||||||
, =
|
, =
|
||||||
|
• Shears=
|
||||||
|
• Sword=
|
||||||
|
• Hand=
|
||||||
|
|
Loading…
Reference in New Issue