1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/src/main/resources/mcmod.info
SquidDev e4ef92ca2d Expose a stub "cctweaked" mod
This is largely invisible (it's marked as a child of the main
"computercraft" mod), but allows other mods (such as Plethora) to add
hard/soft dependencies on CC:T in a user-friendly manner.
2019-03-30 16:41:45 +00:00

24 lines
718 B
JSON

[
{
"modid" : "computercraft",
"name" : "CC: Tweaked",
"version" : "${version}",
"mcversion" : "${mcversion}",
"url" : "https://github.com/SquidDev-CC/CC-Tweaked",
"credits" : "Initially created by Daniel Ratcliffe (@DanTwoHundred)",
"authorList" : [
"Daniel Ratcliffe",
"Aaron Mills",
"SquidDev"
],
"description" : "CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.",
"logoFile" : "pack.png"
},
{
"modid" : "cctweaked",
"name" : "CC: Tweaked",
"version" : "${version}",
"parent" : "computercraft"
}
]