Update 0.4.6-0
authorRealBadAngel <mk@realbadangel.pl>
Wed, 3 Apr 2013 23:54:54 +0000 (01:54 +0200)
committerRealBadAngel <mk@realbadangel.pl>
Wed, 3 Apr 2013 23:54:54 +0000 (01:54 +0200)
extranodes/init.lua

index b5ddc13ed104f6218bcea8f11972c88578d60afc..c7e90b8bc7a94fd12827f1f13dae78e573243015 100644 (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")