2015-10-01 07:07:22 -05:00

11 lines
475 B
Markdown

# raspberryjammod-minetest
Raspberry Jam Mod for Minetest
Implements most of Raspberry PI Minecraft API in Minetest.
If you have secure.enable_security = true in minetest.conf, then make sure you have raspberryjammod
listed under secure.trusted_mods. Raspberry Jam Mod cannot be rewritten without needing to be trusted,
because of the following essential features:
- loading tcp/ip socket dynamic library
- executing and terminating python interpreter with /py command.