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-10-09 15:21:32 +02:00
|
|
|
"libjf:config": ["io.gitlab.jfronny.modsmod.ModsModConfig"],
|
|
|
|
"libjf:early": ["io.gitlab.jfronny.modsmod.ModsMod"]
|
2020-08-28 18:16:59 +02:00
|
|
|
},
|
|
|
|
"depends": {
|
2021-10-09 15:21:32 +02:00
|
|
|
"fabricloader": ">=0.12.0",
|
|
|
|
"libjf-config-v0": ">=2.0",
|
2020-12-12 17:53:04 +01:00
|
|
|
"minecraft": "*"
|
2020-08-28 18:16:59 +02:00
|
|
|
}
|
|
|
|
}
|