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

32 lines
641 B
JSON
Raw Normal View History

2021-04-11 16:00:37 +02:00
{
"schemaVersion": 1,
"id": "libjf",
"version": "${version}",
"name": "LibJF",
"description": "Library mod by JFronny",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://git.frohnmeyer-wds.de/JfMods/LibJF"
2021-04-11 16:00:37 +02:00
},
"license": "MIT",
"icon": "assets/libjf/icon.png",
"environment": "*",
"entrypoints": {
},
2021-04-11 16:00:37 +02:00
"depends": {
2021-10-06 19:01:48 +02:00
"fabricloader": ">=0.12.0",
2022-07-28 09:50:16 +02:00
"minecraft": "*",
"fabric-resource-loader-v0": "*",
"fabric-lifecycle-events-v1": "*",
"fabric-command-api-v2": "*"
2021-04-11 20:23:52 +02:00
},
"custom": {
"modmenu": {
"badges": ["library"]
}
2021-04-11 16:00:37 +02:00
}
}