repo.or.cz
/
minetest_mcl_supplemental.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make compatible with new mcl_stairs mod
[minetest_mcl_supplemental.git]
/
init.lua
blob
760746ef7924132de8fba2c04c99a22418aea383
1
dofile
(
minetest
.
get_modpath
(
minetest
.
get_current_modname
())..
"/stairslabs.lua"
)
2
dofile
(
minetest
.
get_modpath
(
minetest
.
get_current_modname
())..
"/fences.lua"
)
3
dofile
(
minetest
.
get_modpath
(
minetest
.
get_current_modname
())..
"/walls.lua"
)