mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-22 11:52:38 -04:00
26 lines
842 B
JSON
26 lines
842 B
JSON
{
|
|
"modinfoversion": 2,
|
|
"modlist": [{
|
|
"modid": "OpenComputers",
|
|
"name": "OpenComputers",
|
|
"description": "This mod adds modular computers and robots that can be programmed in Lua.",
|
|
"version": "1.1.2b",
|
|
"mcversion": "1.6.4",
|
|
"url": "https://github.com/MightyPirates/OpenComputers/wiki",
|
|
"authors": ["Florian 'Sangar' Nücke", "Johannes 'Lord Joda' Lohrer"],
|
|
"credits" : "Inspired by a couple of other mods, most notably ComputerCraft.",
|
|
"logoFile" : "assets/opencomputers/textures/gui/logo.png",
|
|
"requiredMods": [ "Forge@[9.11.1.940,)" ],
|
|
"dependencies": [
|
|
"BuildCraft|Energy",
|
|
"ComputerCraft",
|
|
"IC2",
|
|
"MineFactoryReloaded",
|
|
"ProjRed|Transmission",
|
|
"RedLogic",
|
|
"StargateTech2",
|
|
"ThermalExpansion"
|
|
],
|
|
"useDependencyInformation": "true"
|
|
}]
|
|
} |