mirror of
https://github.com/FabricMC/fabric.git
synced 2025-01-09 06:22:09 -05:00
33 lines
885 B
JSON
33 lines
885 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "fabric-resource-loader-v0",
|
|
"name": "Fabric Resource Loader (v0)",
|
|
"version": "${version}",
|
|
"environment": "*",
|
|
"license": "Apache-2.0",
|
|
"icon": "assets/fabric-resource-loader-v0/icon.png",
|
|
"contact": {
|
|
"homepage": "https://fabricmc.net",
|
|
"irc": "irc://irc.esper.net:6667/fabric",
|
|
"issues": "https://github.com/FabricMC/fabric/issues",
|
|
"sources": "https://github.com/FabricMC/fabric"
|
|
},
|
|
"authors": [
|
|
"FabricMC"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.15.6"
|
|
},
|
|
"description": "Asset and data resource loading.",
|
|
"mixins": [
|
|
"fabric-resource-loader-v0.mixins.json",
|
|
{
|
|
"config": "fabric-resource-loader-v0.client.mixins.json",
|
|
"environment": "client"
|
|
}
|
|
],
|
|
"accessWidener": "fabric-resource-loader-v0.accesswidener",
|
|
"custom": {
|
|
"fabric-api:module-lifecycle": "stable"
|
|
}
|
|
}
|