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

29 lines
788 B
JSON
Raw Normal View History

2020-08-07 09:48:29 +02:00
{
"schemaVersion": 1,
"id": "versionchanger",
"name": "VersionChanger",
2022-12-02 17:03:11 +01:00
"version": "${version}",
2020-08-07 09:48:29 +02:00
"description": "Changes the displayed Minecraft-version",
2022-12-02 17:03:11 +01:00
"authors": ["JFronny"],
2020-08-07 09:48:29 +02:00
"contact": {
2022-12-02 17:03:11 +01:00
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/VersionChanger/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/VersionChanger"
2020-08-07 09:48:29 +02:00
},
"license": "MIT",
"icon": "assets/versionchanger/icon.png",
"environment": "*",
"entrypoints": {
2021-05-15 19:18:56 +02:00
"libjf:config": ["io.gitlab.jfronny.versionchanger.Cfg"]
2020-08-07 09:48:29 +02:00
},
"mixins": [
"versionchanger.mixins.json"
],
"depends": {
2021-11-10 17:47:22 +01:00
"fabricloader": ">=0.12.0",
2021-07-21 15:42:37 +02:00
"minecraft": "*",
2022-08-28 16:54:32 +02:00
"libjf-config-core-v1": ">=2.1.3"
2020-08-07 09:48:29 +02:00
}
}