inti
This commit is contained in:
31
src/main/resources/fabric.mod.json
Normal file
31
src/main/resources/fabric.mod.json
Normal 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}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user