Files
factorio-scenario-ExpCluster/modules/ExpGamingCore/Server/softmod.json
Cooldude2606 874d97cc28 Updated Jsons
2018-12-09 01:01:38 +00:00

28 lines
669 B
JSON

{
"name": "ExpGamingCore.Server",
"version": "4.0.0",
"type": "Submodule",
"description": "Adds a thread system and event listening and a admin bypass (recommend to disable /c and use optional /interface)",
"location": "FSM_ARCHIVE",
"keywords": [
"Library",
"Lib",
"ExpGaming",
"Core",
"Server",
"Thread",
"Interface",
"Events"
],
"dependencies": {
"ExpGamingLib": "^4.0.0",
"FactorioStdLib.Table": "^0.8.0",
"FactorioStdLib.Color": "*",
"FactorioStdLib.String": "^0.8.0",
"FactorioStdLib.Game": "*",
"ExpGamingCore.Command": "?*"
},
"collection": "ExpGamingCore@4.0.0",
"submodules": {}
}