Created
May 3, 2019 09:50
-
-
Save copygirl/b3a176e598e7b47ca5c15423c7e2159f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaVersion": 1, | |
"id": "wearables", | |
"version": "${version}", | |
"name": "Wearables", | |
"description": "API which allows adding and accessing additional, configurable equipment slots.", | |
"authors": [ | |
{ "name": "copygirl", "contact": { | |
"homepage": "https://copy.mcft.net/", | |
"twitter": "https://twitter.com/koppeh", | |
"fediverse": "https://fedi.anarchy.moe/copygirl" } } | |
], | |
"contributors": [ ], | |
"contact": { | |
"homepage": "https://github.com/copygirl/Wearables", | |
"sources": "https://github.com/copygirl/Wearables", | |
"issues": "https://github.com/copygirl/Wearables/issues", | |
"irc": "irc://irc.esper.net/obsidian" | |
}, | |
"license": "Unlicense", | |
"environment": "*", | |
"entrypoints": { | |
"main": [ "net.mcft.copy.wearables.WearablesMod" ] | |
}, | |
"mixins": [ | |
{ "config": "wearables.common.json", "environment": "*" }, | |
{ "config": "wearables.client.json", "environment": "client" } | |
], | |
"depends": { | |
"fabricloader": ">=0.4.0", | |
"fabric": "*" | |
}, | |
"recommends": { }, | |
"suggests": { }, | |
"conflicts": { }, | |
"breaks": { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment