From 311f6bfc7c69ea65d9a6e5d9d1f6998b928bc71c Mon Sep 17 00:00:00 2001 From: 3raven Date: Sun, 24 Apr 2022 16:16:33 +0000 Subject: [PATCH] Correct name --- mods/ITEMS/mcl_mushroom/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_mushroom/init.lua b/mods/ITEMS/mcl_mushroom/init.lua index 7513ce4dc..c63bede52 100644 --- a/mods/ITEMS/mcl_mushroom/init.lua +++ b/mods/ITEMS/mcl_mushroom/init.lua @@ -203,7 +203,7 @@ minetest.register_node("mcl_mushroom:warped_checknode", { --Stem bark, stripped stem and 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."), tiles = {"warped_hyphae_side.png"}, paramtype2 = "facedir", @@ -420,7 +420,7 @@ minetest.register_node("mcl_mushroom:crimson_hyphae", { --Stem bark, stripped stem and 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."), tiles = {"crimson_hyphae_side.png"}, paramtype2 = "facedir",