Minetest:Education 5.6.1-08cb5b125 #5
snowyu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Minetest:Education Edit is an open source interactive educational application based on Minetest (an open source voxel game engine).
Parents/teachers need to manage the content of the game, as well as control the time of the game, and be able to test while playing. It's best to be able to write course assignments for the interactive educational world in the simplest possible way.
Changes:
update_information_url
set_nametag_attributes
, even if text param is not touched.nametag
.core. format_chat_message(name, message)
mod_data
directory (minetest.get_mod_data_path
) to save mod configuration datamkdir
etc functions.ScriptApiSecurity::checkPath
can correctly get caller's mod name now.ScriptApiSecurity::checkWhitelisted
can correctly get caller's mod name now.ScriptApiSecurity::isSecure
usescheckWhitelisted
now.l_get_current_modname
andget_current_modname
toScriptApiSecurity
class.ModApiClient::get_current_modname
andModApiServer::get_current_modname
can correctly get caller's mod name.This discussion was created from the release Minetest:Education 5.6.1-08cb5b125.
Beta Was this translation helpful? Give feedback.
All reactions