1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-08-04 16:00:24 +02:00

fix typo for moss aliases (#75)

f01e4bb55f removed these nodes but registered wrong aliases
This commit is contained in:
tour
2025-08-04 08:56:44 +02:00
committed by GitHub
parent ef7d33f740
commit b7be6de601

View File

@ -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