ModsMod/src/main/resources/fabric.mod.json

28 lines
801 B
JSON
Raw Normal View History

2020-08-28 18:16:59 +02:00
{
"schemaVersion": 1,
"id": "modsmod",
"name": "ModsMod",
2022-12-02 17:23:28 +01:00
"version": "${version}",
2020-08-28 18:16:59 +02:00
"description": "Dynamically creates and loads empty mods",
2022-12-02 17:23:28 +01:00
"authors": ["JFronny"],
2020-08-28 18:16:59 +02:00
"contact": {
2022-12-02 17:23:28 +01:00
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
2022-12-02 17:24:15 +01:00
"issues": "https://git.frohnmeyer-wds.de/JfMods/ModsMod/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/ModsMod"
2020-08-28 18:16:59 +02:00
},
"license": "MIT",
"icon": "assets/modsmod/icon.png",
"environment": "*",
"entrypoints": {
2022-12-29 16:05:35 +01:00
"libjf:config": ["io.gitlab.jfronny.modsmod.JFC_ModsModConfig"],
2021-10-09 15:21:32 +02:00
"libjf:early": ["io.gitlab.jfronny.modsmod.ModsMod"]
2020-08-28 18:16:59 +02:00
},
"depends": {
2022-02-28 20:47:39 +01:00
"fabricloader": ">=0.13.3",
2022-08-28 16:47:28 +02:00
"libjf-config-core-v1": ">=3.0.3",
"libjf-unsafe-v0": ">=3.0.3",
"minecraft": "*"
2020-08-28 18:16:59 +02:00
}
}