forked from MineClone5/MineClone5
Correct name
This commit is contained in:
parent
a8be87f88d
commit
2f0351fe6d
|
@ -435,7 +435,7 @@ minetest.register_node("mcl_mushroom:warped_hyphae", {
|
||||||
--Stem bark, stripped stem and bark
|
--Stem bark, stripped stem and bark
|
||||||
|
|
||||||
minetest.register_node("mcl_mushroom:warped_hyphae_bark", {
|
minetest.register_node("mcl_mushroom:warped_hyphae_bark", {
|
||||||
description = S("Warped Hyphae"),
|
description = S("Warped Hyphae Bark"),
|
||||||
_doc_items_longdesc = S("This is a decorative block surrounded by the bark of an hyphae."),
|
_doc_items_longdesc = S("This is a decorative block surrounded by the bark of an hyphae."),
|
||||||
tiles = {"warped_hyphae_side.png"},
|
tiles = {"warped_hyphae_side.png"},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
@ -543,7 +543,7 @@ minetest.register_node("mcl_mushroom:crimson_hyphae", {
|
||||||
--Stem bark, stripped stem and bark
|
--Stem bark, stripped stem and bark
|
||||||
|
|
||||||
minetest.register_node("mcl_mushroom:crimson_hyphae_bark", {
|
minetest.register_node("mcl_mushroom:crimson_hyphae_bark", {
|
||||||
description = S("Crimson Hyphae"),
|
description = S("Crimson Hyphae Bark"),
|
||||||
_doc_items_longdesc = S("This is a decorative block surrounded by the bark of an hyphae."),
|
_doc_items_longdesc = S("This is a decorative block surrounded by the bark of an hyphae."),
|
||||||
tiles = {"crimson_hyphae_side.png"},
|
tiles = {"crimson_hyphae_side.png"},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
|
Loading…
Reference in New Issue