34 lines
No EOL
747 B
JSON
34 lines
No EOL
747 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "tardim_ic",
|
|
"version": "${version}",
|
|
|
|
"name": "Tardim: In Control",
|
|
"description": "All of time and space, now automated. Control your TARDIM using ComputerCraft: Tweaked.",
|
|
"authors": [
|
|
"Andrew_7_1"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://fabricmc.net/",
|
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"su.a71.tardim_ic.tardim_ic.TardimInControl"
|
|
]
|
|
},
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.14.10",
|
|
"fabric": "*",
|
|
"minecraft": "1.19.x",
|
|
"java": ">=17",
|
|
"tardim": ">=1.2.2"
|
|
}
|
|
}
|
|
|