Update 0.4.6-0

This commit is contained in:
RealBadAngel 2013-04-04 01:54:54 +02:00
parent 994d402a2a
commit 724f1a04b9
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ function register_technic_stairs_alias(modname, origname, newmod, newname)
minetest.register_alias(modname .. ":panel_" .. origname .. "_vertical", newmod..":panel_" .. newname .. "_vertical")
minetest.register_alias(modname .. ":micro_" .. origname .. "_bottom", newmod..":micro_" .. newname .. "_bottom")
minetest.register_alias(modname .. ":micro_" .. origname .. "_top", newmod..":micro_" .. newname .. "_top")
-end
end
register_technic_stairs_alias("stairsplus", "concrete", "technic", "concrete")