LibJF/libjf-devutil/src/main/resources/fabric.mod.json

39 lines
760 B
JSON
Raw Normal View History

2021-09-28 20:21:29 +02:00
{
"schemaVersion": 1,
"id": "libjf-devutil",
"name": "LibJF Development Util",
2021-09-28 20:21:29 +02:00
"version": "${version}",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
2021-09-28 20:21:29 +02:00
},
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.libjf.devutil.DevUtilMain"
]
},
2022-07-01 19:43:28 +02:00
"mixins": [
"libjf-devutil-v0.mixins.json",
{
"config": "libjf-devutil-v0.client.mixins.json",
"environment": "client"
}
],
2021-10-06 19:01:48 +02:00
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"libjf-base": ">=${version}"
2021-10-06 19:01:48 +02:00
},
2021-09-28 20:21:29 +02:00
"custom": {
"modmenu": {
2021-10-03 12:58:01 +02:00
"parent": "libjf",
"badges": ["library"]
2021-09-28 20:21:29 +02:00
}
}
}