From b7be6de601ef329176aec63bdfbed7193eedf799 Mon Sep 17 00:00:00 2001 From: tour <129965577+a-tour-ist@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:56:44 +0200 Subject: [PATCH] fix typo for moss aliases (#75) f01e4bb55f0e774a867d45451e6c837a1d40c244 removed these nodes but registered wrong aliases --- trunks/nodes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunks/nodes.lua b/trunks/nodes.lua index ba3d3fe..b983a98 100644 --- a/trunks/nodes.lua +++ b/trunks/nodes.lua @@ -126,8 +126,8 @@ for r = 0, 3 do }) end -minetest.register_alias("trunks:moss_plain", "trunks:moss_plain_0") -minetest.register_alias("trunks:moss_with_fungus", "trunks:moss_with_fungus_0") +minetest.register_alias("trunks:moss", "trunks:moss_plain_0") +minetest.register_alias("trunks:moss_fungus", "trunks:moss_with_fungus_0") ----------------------------------------------------------------------------------------------- -- TWiGS BLoCK