mobkit laggy when mob_core punch

master
AliasAlreadyTaken 2021-03-30 22:15:32 +02:00
parent b412eb8ac4
commit 2c9e5ec6bb
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,9 @@ mob_core = {}
local path = minetest.get_modpath("mob_core")
dofile(path.."/api.lua")
--[[
dofile(path.."/hq_lq.lua")
dofile(path.."/logic.lua")
dofile(path.."/craftitems.lua")
@ -15,4 +18,6 @@ dofile(path.."/pathfinder.lua")
if minetest.get_modpath("default") then
dofile(path.."/mount.lua")
end
end
]]--