forked from mtcontrib/plantlife_modpack
fix typo for moss aliases (#75)
f01e4bb55f
removed these nodes but registered wrong aliases
This commit is contained in:
@ -126,8 +126,8 @@ for r = 0, 3 do
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_alias("trunks:moss_plain", "trunks:moss_plain_0")
|
minetest.register_alias("trunks:moss", "trunks:moss_plain_0")
|
||||||
minetest.register_alias("trunks:moss_with_fungus", "trunks:moss_with_fungus_0")
|
minetest.register_alias("trunks:moss_fungus", "trunks:moss_with_fungus_0")
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------
|
||||||
-- TWiGS BLoCK
|
-- TWiGS BLoCK
|
||||||
|
Reference in New Issue
Block a user