Skip to content

Instantly share code, notes, and snippets.

@copygirl
Created May 3, 2019 09:50
Show Gist options
  • Save copygirl/b3a176e598e7b47ca5c15423c7e2159f to your computer and use it in GitHub Desktop.
Save copygirl/b3a176e598e7b47ca5c15423c7e2159f to your computer and use it in GitHub Desktop.
{
"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