Updated Json File To Remove module atibute

This commit is contained in:
Cooldude2606
2018-06-23 10:07:26 +01:00
parent f3d6d20ed5
commit 593d484f37
18 changed files with 22 additions and 33 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "FactorioStdLib",
"version": "0.8.0",
"module": "factorioStdLib",
"type": "Collection",
"description": "Factorio Standard Library Projects",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.zip",
@@ -17,7 +16,6 @@
"Color": {
"name": "Color",
"version": "0.8.0",
"module": "Color",
"type": "Submodule",
"description": "A defines module for retrieving colors by name.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Color.zip",
@@ -33,7 +31,6 @@
"Game": {
"name": "Game",
"version": "0.8.0",
"module": "Game",
"type": "Submodule",
"description": "The game module.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Game.zip",
@@ -49,7 +46,6 @@
"String": {
"name": "String",
"version": "0.8.0",
"module": "string",
"type": "Submodule",
"description": "Extends Lua 5.2 string.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.String.zip",
@@ -65,7 +61,6 @@
"Table": {
"name": "Table",
"version": "0.8.0",
"module": "table",
"type": "Submodule",
"description": "Extends Lua 5.2 table.",
"location": "https://github.com/explosivegaming/scenario/releases/download/v4.0-core/FactorioStdLib.Table.zip",