mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 12:17:17 -04:00
Lowercased mod id.
This commit is contained in:
parent
beff30111e
commit
6cb4604c8e
@ -1,27 +1,16 @@
|
|||||||
[{
|
[{
|
||||||
"modid": "OpenComputers",
|
"modid": "opencomputers",
|
||||||
"name": "OpenComputers",
|
"name": "OpenComputers",
|
||||||
"description": "This mod adds modular computers and robots that can be programmed in Lua.",
|
"description": "This mod adds modular computers and robots that can be programmed in Lua.",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"mcversion": "${mcversion}",
|
"mcversion": "${mcversion}",
|
||||||
"url": "http://oc.cil.li/",
|
"url": "http://oc.cil.li/",
|
||||||
"authorList": ["Florian 'Sangar' Nuecke", "Johannes 'Lord Joda' Lohrer", "Everyone who contributed to the mod on Github - thank you!"],
|
"authorList": ["Sangar", "Vexatos", "payonel", "magik6k", "Lord Joda", "Github Contributors"],
|
||||||
"credits" : "Inspired by a couple of other mods, most notably ComputerCraft.",
|
"credits" : "Inspired by a couple of other mods, most notably ComputerCraft.",
|
||||||
"logoFile" : "assets/opencomputers/textures/gui/logo.png",
|
"logoFile" : "assets/opencomputers/textures/gui/logo.png",
|
||||||
"requiredMods": [ "Forge@[12.18.1.2011,)" ],
|
"requiredMods": [ "Forge@[13.20.0.2252,)" ],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"BuildCraft|Core",
|
"JEI@[4.2.7.240,)"
|
||||||
"ComputerCraft",
|
|
||||||
"EnderStorage",
|
|
||||||
"ForgeMultipart",
|
|
||||||
"IC2",
|
|
||||||
"JEI@[3.14.4,)",
|
|
||||||
"MineFactoryReloaded",
|
|
||||||
"ProjRed|Transmission",
|
|
||||||
"RedLogic",
|
|
||||||
"StargateTech2",
|
|
||||||
"Thaumcraft",
|
|
||||||
"ThermalExpansion"
|
|
||||||
],
|
],
|
||||||
"dependants": [],
|
"dependants": [],
|
||||||
"useDependencyInformation": "true"
|
"useDependencyInformation": "true"
|
||||||
|
@ -16,7 +16,7 @@ import org.apache.logging.log4j.Logger
|
|||||||
version = OpenComputers.Version,
|
version = OpenComputers.Version,
|
||||||
modLanguage = "scala", useMetadata = true /*@MCVERSIONDEP@*/)
|
modLanguage = "scala", useMetadata = true /*@MCVERSIONDEP@*/)
|
||||||
object OpenComputers {
|
object OpenComputers {
|
||||||
final val ID = "OpenComputers"
|
final val ID = "opencomputers"
|
||||||
|
|
||||||
final val Name = "OpenComputers"
|
final val Name = "OpenComputers"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user