projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994d402
)
Update 0.4.6-0
author
RealBadAngel
<mk@realbadangel.pl>
Wed, 3 Apr 2013 23:54:54 +0000
(
01:54
+0200)
committer
RealBadAngel
<mk@realbadangel.pl>
Wed, 3 Apr 2013 23:54:54 +0000
(
01:54
+0200)
extranodes/init.lua
patch
|
blob
|
history
diff --git
a/extranodes/init.lua
b/extranodes/init.lua
index b5ddc13ed104f6218bcea8f11972c88578d60afc..c7e90b8bc7a94fd12827f1f13dae78e573243015 100644
(file)
--- a/
extranodes/init.lua
+++ b/
extranodes/init.lua
@@
-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")