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

30 lines
773 B
JSON
Raw Normal View History

2020-10-05 12:40:06 +02:00
{
"schemaVersion": 1,
"id": "slyde",
"version": "${version}",
"name": "Slyde",
2020-10-16 19:24:53 +02:00
"description": "Allows dragging sliders further than intended",
2022-12-02 17:16:00 +01:00
"authors": ["JFronny"],
2020-10-16 19:24:53 +02:00
"contact": {
2022-12-02 17:16:00 +01:00
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/Slyde/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/Slyde"
2020-10-16 19:24:53 +02:00
},
2020-10-05 12:40:06 +02:00
"license": "MIT",
"environment": "*",
2022-07-28 14:38:21 +02:00
"icon": "assets/slyde/icon.png",
2020-10-05 12:40:06 +02:00
"entrypoints": {
2022-06-07 22:19:58 +02:00
"libjf:config": ["io.gitlab.jfronny.slyde.Cfg"]
2020-10-05 12:40:06 +02:00
},
"mixins": [
"slyde.mixins.json"
],
2022-06-07 22:19:58 +02:00
"accessWidener": "slyde.accesswidener",
2020-10-05 12:40:06 +02:00
"depends": {
2021-11-10 17:10:11 +01:00
"fabricloader": ">=0.12.0",
2021-07-21 16:06:11 +02:00
"minecraft": "*",
2022-08-28 16:49:12 +02:00
"libjf-config-core-v1": ">=2.1.3"
2020-10-05 12:40:06 +02:00
}
}