Bundle required fabric api jars.

This commit is contained in:
wizjany
2019-09-19 21:11:23 -04:00
parent 44dc926c49
commit e77393a51e
2 changed files with 23 additions and 18 deletions

View File

@ -29,9 +29,12 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*"
"fabric-api-base": "*",
"fabric-events-lifecycle-v0": "*",
"fabric-events-interaction-v0": "*",
"fabric-networking-v0": "*"
},
"mixins": [
"worldedit.mixins.json"
]
}
}