forked from FabricMC/fabric
Add more metadata to the modules (#353)
* Add fabric-api-base as a dep to fabric-networking-v0
This commit is contained in:
parent
413f3d6055
commit
5ed88c193a
52 changed files with 337 additions and 12 deletions
fabric-networking-v0/src/main/resources
Binary file not shown.
After ![]() (image error) Size: 1.5 KiB |
|
@ -1,8 +1,25 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "fabric-networking-v0",
|
||||
"name": "Fabric Networking (v0)",
|
||||
"version": "${version}",
|
||||
"environment": "*",
|
||||
"license": "Apache-2.0",
|
||||
"icon": "assets/fabric-networking-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.4.0",
|
||||
"fabric-api-base": "*"
|
||||
},
|
||||
"description": "Networking packet hooks and registries.",
|
||||
"mixins": [
|
||||
"fabric-networking-v0.mixins.json"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue