This commit is contained in:
ipz233_vvv
2025-01-15 13:49:00 +02:00
commit 396a88366f
53 changed files with 1379 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"schemaVersion": 1,
"id": "${id}",
"version": "${version}",
"name": "${name}",
"description": "",
"authors": [
"JavaJumper"
],
"contact": {
},
"license": "LGPLv3",
"icon": "assets/${id}/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.github.jumperonjava.customcursor.platforms.fabric.CustomCursorFabric"
],
"modmenu": [
"io.github.jumperonjava.customcursor.platforms.fabric.ModMenuIntegration"
]
},
"mixins": [
"customcursor-common.mixins.json",
"customcursor-fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.15",
"minecraft": "${minecraft}"
}
}