Better-Whitelist/src/main/resources/fabric.mod.json

29 lines
862 B
JSON

{
"schemaVersion": 1,
"id": "better-whitelist",
"name": "Better Whitelist",
"version": "${version}",
"description": "A configurable whitelist system for Minecraft",
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/Better-Whitelist/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/Better-Whitelist"
},
"license": "MIT",
"icon": "assets/better-whitelist/icon.png",
"environment": "*",
"entrypoints": {
"client": ["io.gitlab.jfronny.betterwhitelist.client.Better_whitelistClient"],
"main": ["io.gitlab.jfronny.betterwhitelist.Better_whitelist"]
},
"mixins": [
"better-whitelist.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.17",
"minecraft": "1.19.3"
}
}