mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-11-01 15:16:08 +00:00
33 lines
625 B
JSON
33 lines
625 B
JSON
|
{
|
||
|
"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",
|
||
|
"java": ">=16"
|
||
|
}
|
||
|
}
|