mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Add Clusterio Plugins
This commit is contained in:
16
exp_util/module/module.json
Normal file
16
exp_util/module/module.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "exp_util",
|
||||
"load": [
|
||||
"include/package.lua",
|
||||
"include/require.lua",
|
||||
"global.lua",
|
||||
"async.lua"
|
||||
],
|
||||
"require": [
|
||||
"include/math.lua",
|
||||
"include/table.lua"
|
||||
],
|
||||
"dependencies": {
|
||||
"clusterio": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user