mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2024-11-15 23:20:22 +01:00
restructure format
This commit is contained in:
parent
ee4cbef811
commit
0dbc57cbbe
7
computers/core/init.lua
Normal file
7
computers/core/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local path = computers.modpath .. "/core"
|
||||
|
||||
dofile(path .. "/api.lua")
|
||||
dofile(path .. "/networks.lua")
|
||||
dofile(path .. "/formspec.lua")
|
||||
dofile(path .. "/commands.lua")
|
||||
dofile(path .. "/gui.lua")
|
|
@ -14,12 +14,7 @@ computers.os = {
|
|||
license = "MIT",
|
||||
}
|
||||
|
||||
dofile(computers.modpath .. "/api.lua")
|
||||
dofile(computers.modpath .. "/networks.lua")
|
||||
dofile(computers.modpath .. "/formspec.lua")
|
||||
dofile(computers.modpath .. "/commands.lua")
|
||||
dofile(computers.modpath .. "/gui.lua")
|
||||
|
||||
dofile(computers.modpath .. "/core/init.lua")
|
||||
dofile(computers.modpath .. "/nodes/init.lua")
|
||||
|
||||
dofile(computers.modpath .. "/demo.lua")
|
||||
|
|
Loading…
Reference in New Issue
Block a user