Template
2
0
Fork 0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-03-20 14:51:23 +00:00
minetest/mods/keys/init.lua

7 lines
176 B
Lua
Raw Normal View History

-- Minetest mod: keys
local keys_path = minetest.get_modpath("keys")
dofile(keys_path.."/craftitems.lua")
dofile(keys_path.."/crafting.lua")
dofile(keys_path.."/aliases.lua")