1
0
Fork 0
mirror of synced 2025-03-06 20:49:20 +01:00
minetest_game/mods/keys/init.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")