player-pronouns/src/main/resources/fabric.mod.json

30 lines
701 B
JSON
Raw Normal View History

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": {
2022-06-17 07:56:13 +00:00
"fabricloader": ">=0.14.8",
2021-07-30 19:53:09 +00:00
"fabric": "*",
2022-06-17 07:56:13 +00:00
"minecraft": ">=1.19",
"more_codecs": ">=0.2.2",
"placeholder-api": ">=2.0.0-beta",
2021-08-13 14:12:29 +00:00
"fabric-permissions-api-v0": "*"
2021-07-30 19:53:09 +00:00
}
}