mirror of
https://github.com/Shiewk/Widgets.git
synced 2026-04-28 11:34:17 +02:00
Initial Commit (1.0)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user