mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Added Module: ExpGamingCore
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "FactorioStdLib",
|
||||
"module": "StdLib",
|
||||
"module": "Collection",
|
||||
"description": "Factorio Standard Library Projects",
|
||||
"keywords": ["Standard Library","Lib","StdLib"],
|
||||
"version": "0.8.0",
|
||||
"location": "nil",
|
||||
"location": "url",
|
||||
"submodules": {
|
||||
"Color": {
|
||||
"name": "Color",
|
||||
@@ -12,7 +12,7 @@
|
||||
"description": "A defines module for retrieving colors by name.",
|
||||
"keywords": ["Standard Library","Lib","StdLib","Color","Extends"],
|
||||
"version": "0.8.0",
|
||||
"location": "color",
|
||||
"location": "url",
|
||||
"dependencies": {}
|
||||
},
|
||||
"Game": {
|
||||
@@ -21,7 +21,7 @@
|
||||
"description": "The game module.",
|
||||
"keywords": ["Standard Library","Lib","StdLib","Game","Extends"],
|
||||
"version": "0.8.0",
|
||||
"location": "game",
|
||||
"location": "url",
|
||||
"dependencies": {}
|
||||
},
|
||||
"String": {
|
||||
@@ -30,7 +30,7 @@
|
||||
"description": "Extends Lua 5.2 string.",
|
||||
"keywords": ["Standard Library","Lib","StdLib","String","Extends"],
|
||||
"version": "0.8.0",
|
||||
"location": "string",
|
||||
"location": "url",
|
||||
"dependencies": {}
|
||||
},
|
||||
"Table": {
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "Extends Lua 5.2 table.",
|
||||
"keywords": ["Standard Library","Lib","StdLib","Table","Extends"],
|
||||
"version": "0.8.0",
|
||||
"location": "table",
|
||||
"location": "url",
|
||||
"dependencies": {}
|
||||
},
|
||||
"Time": {
|
||||
@@ -48,7 +48,7 @@
|
||||
"description": "A defines module for retrieving the number of ticks in 1 unit of time.",
|
||||
"keywords": ["Standard Library","Lib","StdLib","Time","Extends"],
|
||||
"version": "0.8.0",
|
||||
"location": "time",
|
||||
"location": "url",
|
||||
"dependencies": {}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user