This website requires JavaScript.
Explore
Minetest
Help
Sign In
sfence
/
minetest
Watch
1
Star
0
Fork
You've already forked minetest
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b994a35d97
minetest
/
clientmods
/
preview
/
examples
/
first.lua
2 lines
39 B
Lua
Raw
Normal View
History
Unescape
Escape
Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) * Load client-side mods into memory before executing them. This removes the remaining filesystem access that client-sided mods had and it will hopefully make then more secure. * Lua Virtual filesystem: don't load the files into memory just scan the filenames into memory. * Fix the issues with backtrace * fix most of the issues * fix code style. * add a comment
2017-06-30 11:14:39 -07:00
print
(
"
loaded first.lua example file
"
)