This website requires JavaScript.
Explore
Help
Sign in
oss
/
luanti
Watch
1
Star
0
Fork
You've already forked luanti
0
mirror of
https://github.com/luanti-org/luanti.git
synced
2025-06-27 16:36:03 +00:00
Code
Wiki
Activity
master
luanti
/
games
/
devtest
/
mods
/
chest
/
init.lua
3 lines
99 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
Rename `minetest.*` to `core.*` in devtest
2024-10-28 15:57:54 +01:00
dofile
(
core.get_modpath
(
"
chest
"
)
..
"
/chest.lua
"
)
dofile
(
core.get_modpath
(
"
chest
"
)
..
"
/detached.lua
"
)
Copy permalink