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": [
|
2021-12-12 16:41:24 +00:00
|
|
|
"Ashhhleyyy"
|
2021-07-30 19:53:09 +00:00
|
|
|
],
|
|
|
|
"contact": {
|
2021-12-12 16:41:24 +00:00
|
|
|
"sources": "https://github.com/ashhhleyyy/player-pronouns",
|
|
|
|
"issues": "https://github.com/ashhhleyyy/player-pronouns/issues"
|
2021-07-30 19:53:09 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"environment": "*",
|
|
|
|
"entrypoints": {
|
|
|
|
"main": [
|
|
|
|
"io.github.ashisbored.playerpronouns.PlayerPronouns"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"depends": {
|
2021-12-12 16:41:24 +00:00
|
|
|
"fabricloader": ">=0.12.11",
|
2021-07-30 19:53:09 +00:00
|
|
|
"fabric": "*",
|
2021-12-12 16:41:24 +00:00
|
|
|
"minecraft": ">=1.18.1",
|
|
|
|
"more_codecs": ">=0.2.1",
|
2021-08-13 14:12:29 +00:00
|
|
|
"placeholder-api": ">=1.0.1",
|
|
|
|
"fabric-permissions-api-v0": "*"
|
2021-07-30 19:53:09 +00:00
|
|
|
}
|
|
|
|
}
|