2019-04-23 18:46:23 -04:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
2022-10-22 15:38:33 -04:00
|
|
|
"id": "fabric-item-group-api-v1",
|
|
|
|
"name": "Fabric Item Group API (v1)",
|
2019-04-23 18:46:23 -04:00
|
|
|
"version": "${version}",
|
2019-09-08 19:24:40 -04:00
|
|
|
"environment": "*",
|
2019-04-23 18:46:23 -04:00
|
|
|
"license": "Apache-2.0",
|
2022-10-22 15:38:33 -04:00
|
|
|
"icon": "assets/fabric-item-group-api-v1/icon.png",
|
2019-09-08 19:24:40 -04:00
|
|
|
"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"
|
|
|
|
],
|
2019-05-17 17:08:53 -04:00
|
|
|
"depends": {
|
2022-10-22 15:38:33 -04:00
|
|
|
"fabricloader": ">=0.14.9",
|
2019-05-17 17:08:53 -04:00
|
|
|
"fabric-api-base": "*",
|
|
|
|
"fabric-resource-loader-v0": "*"
|
|
|
|
},
|
2019-09-08 19:24:40 -04:00
|
|
|
"description": "An API for adding custom item groups.",
|
2019-04-23 18:46:23 -04:00
|
|
|
"mixins": [
|
2022-10-22 15:38:33 -04:00
|
|
|
"fabric-item-group-api-v1.mixins.json",
|
2022-05-21 11:26:46 -04:00
|
|
|
{
|
2022-10-22 15:38:33 -04:00
|
|
|
"config": "fabric-item-group-api-v1.client.mixins.json",
|
2022-05-21 11:26:46 -04:00
|
|
|
"environment": "client"
|
|
|
|
}
|
2021-01-19 13:48:09 -05:00
|
|
|
],
|
2022-10-22 15:38:33 -04:00
|
|
|
"accessWidener": "fabric-item-group-api-v1.accesswidener",
|
2021-01-19 13:48:09 -05:00
|
|
|
"custom": {
|
2022-10-22 15:38:33 -04:00
|
|
|
"fabric-api:module-lifecycle": "stable",
|
|
|
|
"loom:injected_interfaces": {
|
|
|
|
"net/minecraft/class_1761": ["net/fabricmc/fabric/api/itemgroup/v1/IdentifiableItemGroup"]
|
|
|
|
}
|
2021-01-19 13:48:09 -05:00
|
|
|
}
|
2019-04-23 18:27:12 -04:00
|
|
|
}
|