mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-19 06:11:23 +00:00
6 lines
181 B
Lua
6 lines
181 B
Lua
-- Minetest Game mod: keys
|
|
local keys_path = minetest.get_modpath("keys")
|
|
|
|
dofile(keys_path.."/craftitems.lua")
|
|
dofile(keys_path.."/crafting.lua")
|
|
dofile(keys_path.."/aliases.lua")
|