2025-04-05 01:19:52 +02:00
|
|
|
-- Luanti
|
|
|
|
-- Copyright (C) 2022 rubenwardy
|
|
|
|
-- SPDX-License-Identifier: LGPL-2.1-or-later
|
2022-06-25 17:33:20 +01:00
|
|
|
|
2025-01-19 13:07:04 -05:00
|
|
|
local path = core.get_builtin_path() .. "common" .. DIR_DELIM .. "settings" .. DIR_DELIM
|
2022-06-25 17:33:20 +01:00
|
|
|
|
2025-01-19 13:07:04 -05:00
|
|
|
dofile(path .. "settingtypes.lua")
|
|
|
|
dofile(path .. "dlg_change_mapgen_flags.lua")
|
|
|
|
dofile(path .. "dlg_settings.lua")
|
2022-06-25 17:33:20 +01:00
|
|
|
|
|
|
|
-- Uncomment to generate 'minetest.conf.example' and 'settings_translation_file.cpp'.
|
|
|
|
-- For RUN_IN_PLACE the generated files may appear in the 'bin' folder.
|
|
|
|
-- See comment and alternative line at the end of 'generate_from_settingtypes.lua'.
|
|
|
|
|
2023-11-10 16:25:57 +01:00
|
|
|
-- dofile(path .. DIR_DELIM .. "generate_from_settingtypes.lua")
|