Este repositório foi arquivado em 2025-08-14. Você pode visualizar arquivos e cloná-lo, mas não pode fazer alterações, tais como push, abrir issues, pull requests ou comentários.
AutoWhitelist/src/main/resources/fabric.mod.json
Awakened-Redstone bea54c1acd ## Fixes
- Fixed issue with okhttp3
2022-07-14 01:25:12 -03:00

29 linhas
696 B
JSON

{
"schemaVersion": 1,
"id": "autowhitelist",
"version": "${version}",
"name": "AutoWhitelist",
"description": "A way to automate the whitelist of a minecraft server based on discord roles",
"authors": [
"Awakened Redstone"
],
"license": "LGPL-3",
"icon": "assets/autowhitelist/icon.png",
"environment": "server",
"entrypoints": {
"main": [
"com.awakenedredstone.autowhitelist.AutoWhitelist"
],
"server": [
"com.awakenedredstone.autowhitelist.server.AutoWhitelistServer"
]
},
"mixins": [
"autowhitelist.mixins.json"
],
"depends": {
"fabricloader": ">=0.13.2",
"fabric-language-kotlin": "*",
"minecraft": ">=1.19"
}
}