minetest-mm/mods/myboardgames/mychess/init.lua
2020-11-15 20:25:38 +01:00

3 lines
136 B
Lua

dofile(minetest.get_modpath("mychess").."/pieces.lua")
dofile(minetest.get_modpath("mychess").."/board.lua")
print("[myChess] Loaded!")