2021-07-30 19:53:09 +00:00
|
|
|
{
|
|
|
|
"schemaVersion": 1,
|
|
|
|
"id": "playerpronouns",
|
|
|
|
"version": "${version}",
|
|
|
|
|
|
|
|
"name": "Player Pronouns",
|
|
|
|
"description": "A server-side mod adding pronouns!",
|
|
|
|
|
|
|
|
"authors": [
|
|
|
|
"Ash (ashisbored)"
|
|
|
|
],
|
|
|
|
"contact": {
|
|
|
|
"sources": "https://github.com/ashisbored/player-pronouns",
|
|
|
|
"issues": "https://github.com/ashisbored/player-pronouns/issues"
|
|
|
|
},
|
|
|
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
|
|
|
"main": [
|
|
|
|
"io.github.ashisbored.playerpronouns.PlayerPronouns"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"depends": {
|
|
|
|
"fabricloader": ">=0.11.6",
|
|
|
|
"fabric": "*",
|
|
|
|
"minecraft": "1.17.x",
|
2021-08-13 14:12:29 +00:00
|
|
|
"java": ">=16",
|
|
|
|
"more_codecs": ">=0.2.0",
|
|
|
|
"placeholder-api": ">=1.0.1",
|
|
|
|
"fabric-permissions-api-v0": "*"
|
2021-07-30 19:53:09 +00:00
|
|
|
}
|
|
|
|
}
|