remove these spaces

This commit is contained in:
HybridDog
2015-06-05 21:55:24 +02:00
parent 9ae61e21bd
commit 89168bacd4
13 changed files with 37 additions and 37 deletions

View File

@ -98,7 +98,7 @@ if minetest.get_modpath("moreblocks") then
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")
register_technic_stairs_alias("stairsplus", "marble", "technic", "marble")