52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "modernfix",
|
|
"version": "${version}",
|
|
"name": "ModernFix",
|
|
"description": "Egregious, yet effective performance improvements for modern Minecraft",
|
|
"authors": [
|
|
"embeddedt"
|
|
],
|
|
"contact": {
|
|
"sources": "https://github.com/embeddedt/ModernFix",
|
|
"homepage": "https://modrinth.com/mod/modernfix",
|
|
"issues": "https://github.com/embeddedt/ModernFix/issues"
|
|
},
|
|
"license": "LGPL-3.0",
|
|
"icon": "icon.png",
|
|
"custom": {
|
|
"modmenu": {
|
|
"links": {
|
|
"modmenu.kofi": "https://ko-fi.com/embeddedt",
|
|
"modmenu.github_releases": "https://github.com/embeddedt/ModernFix/releases",
|
|
"modmenu.curseforge": "https://www.curseforge.com/minecraft/mc-mods/modernfix"
|
|
}
|
|
}
|
|
},
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"org.embeddedt.modernfix.ModernFixFabric"
|
|
],
|
|
"client": [
|
|
"org.embeddedt.modernfix.ModernFixClientFabric"
|
|
],
|
|
"modmenu": [ "org.embeddedt.modernfix.fabric.modmenu.ModernFixModMenuApiImpl" ],
|
|
"preLaunch": [
|
|
"org.embeddedt.modernfix.ModernFixPreLaunchFabric"
|
|
],
|
|
"jei_mod_plugin": [ "org.embeddedt.modernfix.searchtree.JEIRuntimeCapturer"]
|
|
},
|
|
"mixins": [
|
|
"modernfix-fabric.mixins.json",
|
|
"modernfix-common.mixins.json"
|
|
],
|
|
"depends": {
|
|
"minecraft": ">=1.16.2",
|
|
"fabricloader": ">=0.16.10"
|
|
},
|
|
"breaks": {
|
|
"dashloader": "<5.0.0-beta.1"
|
|
}
|
|
}
|