1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00
Files
Widgets/src/main/resources/fabric.mod.json
T
2024-09-07 18:54:20 +02:00

36 lines
830 B
JSON

{
"schemaVersion": 1,
"id": "widgets",
"version": "${version}",
"name": "Widgets",
"description": "Adds customizable in-game widgets to your game.",
"authors": [],
"contact": {
"sources": "https://github.com/Shiewk/widgets",
"issues": "https://github.com/Shiewk/widgets/issues"
},
"license": "LGPL-3.0-only",
"icon": "assets/widgets/icon.png",
"accessWidener": "widgets.accesswidener",
"environment": "client",
"entrypoints": {
"client": [
"de.shiewk.widgets.client.WidgetsModClient"
],
"main": [
"de.shiewk.widgets.WidgetsMod"
],
"modmenu": [
"de.shiewk.widgets.ModMenuConfig"
]
},
"mixins": [
"widgets.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "~${minecraft_version}"
}
}