Add more metadata to the modules ()

* Add fabric-api-base as a dep to fabric-networking-v0
This commit is contained in:
Prospector 2019-09-08 16:24:40 -07:00 committed by Player
parent 413f3d6055
commit 5ed88c193a
52 changed files with 337 additions and 12 deletions
fabric-networking-v0/src/main/resources
assets/fabric-networking-v0
fabric.mod.json

Binary file not shown.

After

(image error) Size: 1.5 KiB

View file

@ -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"
]