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

35 lines
775 B
JSON
Raw Normal View History

2021-09-27 20:55:48 +02:00
{
"schemaVersion": 1,
"id": "libjf-data-manipulation-v0",
"name": "LibJF Data Manipulation",
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-manipulation-v0.mixins.json"],
2021-09-29 18:52:43 +02:00
"entrypoints": {
"libjf:asm": [
2021-10-03 13:43:16 +02:00
"io.gitlab.jfronny.libjf.data.manipulation.impl.ResourcePackHookPatch"
2021-09-29 18:52:43 +02:00
]
},
2021-10-06 19:01:48 +02:00
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"fabric-api-base": "*",
"libjf-base": ">=${version}",
"libjf-unsafe-v0": ">=${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
}
}
}