MultiCraft
Mrchiantos 2019-06-14 22:11:00 +02:00
parent 2e1602b9a9
commit 42665bd192
1 changed files with 4 additions and 6 deletions

View File

@ -1,16 +1,14 @@
hud = {}
local path = minetest.get_modpath("hud")
dofile(path .. "/api.lua")
dofile(path .. "/builtin.lua")
dofile(path .. "/legacy.lua")
if PLATFORM == "Android" then
else
dofile(path .. "/itemwheel.lua")
dofile(path .. "/api.lua")
dofile(path .. "/builtin.lua")
dofile(path .. "/legacy.lua")
dofile(path .. "/itemwheel.lua")
end