Drop 1.17 in favor of 1.17.1
Primarily because fabric-api for 1.17 never received any updates, so fabric-screen-api isn't available for it.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
// 1.16.5 and below
|
||||
@@ -1,9 +0,0 @@
|
||||
package com.replaymod.replay.mixin;
|
||||
|
||||
import com.mojang.blaze3d.systems.RenderSystem;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(RenderSystem.class)
|
||||
public class MixinTileEntityEndPortalRenderer {
|
||||
// All shaders now use the game time
|
||||
}
|
||||
@@ -1,60 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"mm:early_risers": [
|
||||
"com.replaymod.core.ReplayModMMLauncher"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"mixins.jgui.json",
|
||||
"mixins.nonmmlauncher.replaymod.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.0",
|
||||
"fabric-networking-api-v1": "*",
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user