merge beacon-branch into fork beacon branch #7

Merged
chmodsayshello merged 453 commits from VoxeLibre/VoxeLibre:beacons into beacon-"fork" 2022-07-23 11:30:49 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9d5bbd7d22 - Show all commits

View File

@ -203,7 +203,7 @@ minetest.register_node("mcl_mushroom:warped_checknode", {
--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",
@ -420,7 +420,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",