generated from your-land/yl_template
Remove disabled and not needed parts, small license fix
This commit is contained in:
parent
5b49244fce
commit
c5d9098180
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
Copyright (c) 2020 rxi
|
||||
Conversion to MT mod 2024 AliasAlreadyTaken
|
||||
Conversion to MT mod 2024 AliasAlreadyTaken
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
7
init.lua
7
init.lua
@ -24,13 +24,6 @@ json_lua.information.additional = "JSON reading and writing in lua"
|
||||
dofile(json_lua.modpath .. "config.lua")
|
||||
dofile(json_lua.modpath .. "setup.lua")
|
||||
dofile(json_lua.modpath .. "features.lua")
|
||||
--dofile(json_lua.modpath .. "privs.lua")
|
||||
--dofile(json_lua.modpath .. "internal.lua")
|
||||
--dofile(json_lua.modpath .. "api.lua")
|
||||
--dofile(json_lua.modpath .. "distinct_feature.lua")
|
||||
--dofile(json_lua.modpath .. "overwrite_feature.lua")
|
||||
--dofile(json_lua.modpath .. "globalsteps.lua")
|
||||
--dofile(json_lua.modpath .. "chatcommands.lua")
|
||||
|
||||
local mod_end_time = (core.get_us_time() - mod_start_time) / 1000000
|
||||
core.log("action", "[MOD] json_lua loaded in [" .. mod_end_time .. "s]")
|
||||
|
Loading…
Reference in New Issue
Block a user