We'll use it in 1.20 mixins. Unclear what minimal fabric-loader version it requires, so in the interest of keeping older versions compatible with OptiFabric (old versions of which aren't compatible with the latest fabric-loader), we'll add it to 1.16.4+ only.
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "replaymod",
|
|
"version": "${version}",
|
|
|
|
"name": "Replay Mod",
|
|
"description": "A Mod which allows you to record, replay and share your Minecraft experience.",
|
|
"authors": [
|
|
"CrushedPixel",
|
|
"johni0702"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://replaymod.com/",
|
|
"sources": "https://github.com/ReplayMod/ReplayMod"
|
|
},
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
"icon": "assets/replaymod/favicon_logo.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": [
|
|
"com.replaymod.core.ReplayModBackend"
|
|
],
|
|
"modmenu": [
|
|
"com.replaymod.core.gui.ModMenuApiImpl"
|
|
],
|
|
"frex_flawless_frames": [
|
|
"com.replaymod.render.utils.FlawlessFrames::registerConsumer"
|
|
],
|
|
"preLaunch": [
|
|
"com.replaymod.core.DummyChainLoadEntryPoint",
|
|
"com.replaymod.core.MixinExtrasInit"
|
|
],
|
|
"mm:early_risers": [
|
|
"com.replaymod.core.ReplayModMMLauncher"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"mixins.jgui.json",
|
|
"mixins.nonmmlauncher.replaymod.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.7.0",
|
|
"fabric-networking-v0": "*",
|
|
"fabric-key-binding-api-v1": "*",
|
|
"fabric-resource-loader-v0": "*"
|
|
},
|
|
|
|
"conflicts": {
|
|
"iris": "<1.1.3"
|
|
},
|
|
|
|
"custom": {
|
|
"mm:early_risers": [
|
|
"com.replaymod.core.ReplayModMMLauncher"
|
|
],
|
|
"modmenu:clientsideOnly": true
|
|
}
|
|
}
|