2020-08-28 18:16:59 +02:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "modsmod",
|
|
|
|
"version": "${version}",
|
|
|
|
"name": "ModsMod",
|
|
|
|
"description": "Dynamically creates and loads empty mods",
|
|
|
|
"authors": [
|
|
|
|
"JFronny"
|
|
|
|
],
|
|
|
|
"contact": {
|
|
|
|
"website": "https://jfronny.gitlab.io",
|
2021-03-05 08:05:49 +01:00
|
|
|
"repo": "https://www.gitlab.com/jfmods/ModsMod"
|
2020-08-28 18:16:59 +02:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"icon": "assets/modsmod/icon.png",
|
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
2021-07-21 15:51:19 +02:00
|
|
|
"libjf:config": ["io.gitlab.jfronny.modsmod.Cfg"],
|
|
|
|
"libjf:early": ["io.gitlab.jfronny.modsmod.Entry"]
|
2020-08-28 18:16:59 +02:00
|
|
|
},
|
|
|
|
"depends": {
|
|
|
|
"fabricloader": ">=0.9.2+build.206",
|
2021-07-21 15:51:19 +02:00
|
|
|
"libjf": ">=1.2.0",
|
2020-12-12 17:53:04 +01:00
|
|
|
"minecraft": "*"
|
2020-08-28 18:16:59 +02:00
|
|
|
}
|
|
|
|
}
|