Rename Moss Stone to Mossy Cobblestone
This commit is contained in:
parent
f91619cae1
commit
2e09febaae
8 changed files with 14 additions and 15 deletions
|
@ -142,8 +142,7 @@ Lit Redstone Ore=Leuchtendes Redstoneerz
|
|||
Magenta Stained Glass=Magenta Buntglas
|
||||
Molten gold. It is used to craft armor, tools, and whatnot.=Geschmolzenes Gold. Es wird benutzt, um Rüstungen, Werkzeuge, und anderes herzustellen.
|
||||
Molten iron. It is used to craft armor, tools, and whatnot.=Geschmolzenes Eisen. Es wird benutzt, um Rüstungen, Werkzeuge, und vieles mehr herzustellen.
|
||||
|
||||
Moss Stone=Moosstein
|
||||
Mossy Cobblestone=Moosiges Kopfsteinpflaster
|
||||
Mossy Stone Bricks=Moosige Steinziegel
|
||||
Mycelium=Myzel
|
||||
Mycelium is a type of dirt and the ideal soil for mushrooms. Unlike other dirt-type blocks, it can not be turned into farmland with a hoe. In light, mycelium slowly spreads over nearby dirt. Under an opaque block or a liquid, it eventually turns back into dirt.=Myzel ist eine Art Erde und der perfekte Nährboden für Pilze. Anders als bei anderen erdähnlichen Blöcken kann es mit einer Hacke nicht zu Ackerboden verwandelt werden. Im Licht wird sich Myzel langsam auf benachbarte Erde ausbreiten. Unter einem lichtundurchlässigen Block oder einer Flüssigkeit wird es sich früher oder später zurück zu Erde verwandeln.
|
||||
|
|
|
@ -142,7 +142,7 @@ Lit Redstone Ore=
|
|||
Magenta Stained Glass=
|
||||
Molten gold. It is used to craft armor, tools, and whatnot.=
|
||||
Molten iron. It is used to craft armor, tools, and whatnot.=
|
||||
Moss Stone=
|
||||
Mossy Cobblestone=
|
||||
Mossy Stone Bricks=
|
||||
Mycelium=
|
||||
Mycelium is a type of dirt and the ideal soil for mushrooms. Unlike other dirt-type blocks, it can not be turned into farmland with a hoe. In light, mycelium slowly spreads over nearby dirt. Under an opaque block or a liquid, it eventually turns back into dirt.=
|
||||
|
|
|
@ -672,7 +672,7 @@ minetest.register_node("mcl_core:cobble", {
|
|||
})
|
||||
|
||||
minetest.register_node("mcl_core:mossycobble", {
|
||||
description = S("Moss Stone"),
|
||||
description = S("Mossy Cobblestone"),
|
||||
_doc_items_longdesc = doc.sub.items.temp.build,
|
||||
tiles = {"default_mossycobble.png"},
|
||||
is_ground_content = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue