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

29 lines
643 B
JSON
Raw Normal View History

2020-08-07 09:48:29 +02:00
{
"schemaVersion": 1,
"id": "versionchanger",
"version": "${version}",
"name": "VersionChanger",
"description": "Changes the displayed Minecraft-version",
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
2021-03-05 08:12:04 +01:00
"repo": "https://gitlab.com/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": {
"fabricloader": ">=0.9.0+build.204",
"fabric": "*",
"minecraft": "*"
2020-08-07 09:48:29 +02:00
}
}