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

29 lines
519 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://gitlab.com/jfmods/libjf"
},
"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",
2021-11-17 12:38:17 +01:00
"minecraft": "*"
2021-04-11 20:23:52 +02:00
},
"custom": {
"modmenu": {
"badges": ["library"]
}
2021-04-11 16:00:37 +02:00
}
}