async-pack-scan/src/main/resources/fabric.mod.json

35 lines
925 B
JSON

{
"schemaVersion": 1,
"id": "async-pack-scan",
"version": "${version}",
"name": "Async Pack Scan",
"description": "Speeds up the resource pack organizer screen",
"authors": ["JFronny"],
"contact": {
"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"
},
"license": "MIT",
"environment": "*",
"icon": "assets/async-pack-scan/icon.png",
"mixins": [
"async-pack-scan.mixins.json",
{
"config": "async-pack-scan.client.mixins.json",
"environment": "client"
}
],
"depends": {
"fabricloader": ">=0.12.0",
"minecraft": "*",
"libjf-base": ">=2.1.3"
},
"custom": {
"loom:injected_interfaces": {
"net/minecraft/class_3283": ["io/gitlab/jfronny/aps/AsyncResourcePackManager"]
}
}
}