diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index a3b9cdb5a..4052a5d28 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,28 +1,25 @@ -{ - "modinfoversion": 2, - "modlist": [{ - "modid": "OpenComputers", - "name": "OpenComputers", - "description": "This mod adds modular computers and robots that can be programmed in Lua.", +[{ + "modid": "OpenComputers", + "name": "OpenComputers", + "description": "This mod adds modular computers and robots that can be programmed in Lua.", "version": "${version}", "mcversion": "${mcversion}", - "url": "https://github.com/MightyPirates/OpenComputers/wiki", - "authors": ["Florian 'Sangar' N�cke", "Johannes 'Lord Joda' Lohrer", "Everyone who contributed to the mod on Github - thank you!"], - "credits" : "Inspired by a couple of other mods, most notably ComputerCraft.", - "logoFile" : "assets/opencomputers/textures/gui/logo.png", - "requiredMods": [ "Forge@[10.12.0.1024,)" ], - "dependencies": [ - "BuildCraft|Energy", - "ComputerCraft", - "IC2", - "MineFactoryReloaded", - "ProjRed|Transmission", - "RedLogic", - "StargateTech2", - "ThermalExpansion", - "UniversalElectricity" - ], - "dependants": [], - "useDependencyInformation": "true" - }] -} \ No newline at end of file + "url": "https://github.com/MightyPirates/OpenComputers/wiki", + "authors": ["Florian 'Sangar' Nücke", "Johannes 'Lord Joda' Lohrer", "Everyone who contributed to the mod on Github - thank you!"], + "credits" : "Inspired by a couple of other mods, most notably ComputerCraft.", + "logoFile" : "assets/opencomputers/textures/gui/logo.png", + "requiredMods": [ "Forge@[10.12.0.1024,)" ], + "dependencies": [ + "BuildCraft|Energy", + "ComputerCraft", + "IC2", + "MineFactoryReloaded", + "ProjRed|Transmission", + "RedLogic", + "StargateTech2", + "ThermalExpansion", + "UniversalElectricity" + ], + "dependants": [], + "useDependencyInformation": "true" +}] \ No newline at end of file