LibJF/libjf-data-v0/src/main/resources/fabric.mod.json

29 lines
581 B
JSON
Raw Normal View History

2021-09-27 20:55:48 +02:00
{
"schemaVersion": 1,
"id": "libjf-data-v0",
"name": "LibJF Data",
2021-09-27 20:55:48 +02:00
"version": "${version}",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
2021-09-27 20:55:48 +02:00
},
"license": "MIT",
"environment": "*",
"mixins": ["libjf-data-v0.mixins.json"],
2021-10-06 19:01:48 +02:00
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"fabric-resource-loader-v0": "*",
"libjf-base": ">=${version}"
2021-10-06 19:01:48 +02:00
},
2021-09-27 20:55:48 +02:00
"custom": {
"modmenu": {
2021-10-03 12:58:01 +02:00
"parent": "libjf",
"badges": ["library"]
2021-09-27 20:55:48 +02:00
}
}
}