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

36 lines
893 B
JSON
Raw Normal View History

2020-12-29 16:14:53 +01:00
{
"schemaVersion": 1,
"id": "resclone",
"name": "Resclone",
2022-12-02 17:53:44 +01:00
"version": "${version}",
2022-12-07 22:59:57 +01:00
"description": "Downloads and updates resource packs",
2022-12-02 17:53:44 +01:00
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/Resclone/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/Resclone"
},
2020-12-29 16:14:53 +01:00
"license": "MIT",
"icon": "assets/resclone/icon.png",
"environment": "*",
"entrypoints": {
2022-12-02 17:53:44 +01:00
"main": ["io.gitlab.jfronny.resclone.Resclone"],
"libjf:config": [
"io.gitlab.jfronny.resclone.RescloneConfig"
]
2020-12-29 16:14:53 +01:00
},
"mixins": [
2022-07-28 15:36:25 +02:00
"resclone.mixins.json",
{
"config": "resclone.client.mixins.json",
"environment": "client"
}
2020-12-29 16:14:53 +01:00
],
"depends": {
2021-10-09 13:19:41 +02:00
"fabricloader": ">=0.12.0",
2022-07-28 15:36:25 +02:00
"minecraft": "*",
"libjf-base": "*"
2020-12-29 16:14:53 +01:00
}
}