Mod parameters in minetest.conf
Make it available for mods to read
to a table (parameters["param_name"] == param_value) from minetest.conf. So that players could specify:
in the config.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.get_parameters()
to a table (parameters["param_name"] == param_value) from minetest.conf. So that players could specify:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
mod_name.param_name = param_value
in the config.