1.13 is dead (followup to 8bc0b0a)
This commit is contained in:
@@ -9,7 +9,7 @@ import org.apache.logging.log4j.Logger;
|
||||
//$$ import com.replaymod.compat.oranges17animations.HideInvisibleEntities;
|
||||
//#endif
|
||||
|
||||
//#if MC<11300
|
||||
//#if MC<11400
|
||||
//$$ import com.replaymod.compat.bettersprinting.DisableBetterSprinting;
|
||||
//#endif
|
||||
|
||||
@@ -29,7 +29,7 @@ public class ReplayModCompat implements Module {
|
||||
//#if MC<11400
|
||||
//$$ new HideInvisibleEntities().register();
|
||||
//#endif
|
||||
//#if MC<11300
|
||||
//#if MC<11400
|
||||
//$$ DisableBetterSprinting.register();
|
||||
//#endif
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//#if MC<11300
|
||||
//#if MC<11400
|
||||
//$$ package com.replaymod.compat.bettersprinting;
|
||||
//$$
|
||||
//$$ import com.replaymod.replay.ReplayModReplay;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//#if MC<11300
|
||||
//#if MC<11400
|
||||
//$$ package com.replaymod.compat.mapwriter.mixin;
|
||||
//$$
|
||||
//$$ import com.replaymod.replay.ReplayModReplay;
|
||||
|
||||
@@ -16,7 +16,7 @@ public abstract class MixinShaderEntityRenderer {
|
||||
//#if MC>=11400
|
||||
@Inject(method = "renderCenter", at = @At("HEAD"))
|
||||
//#else
|
||||
//#if MC>=11300
|
||||
//#if MC>=11400
|
||||
//$$ @Inject(method = "updateCameraAndRender(FJ)V", at = @At("HEAD"))
|
||||
//#else
|
||||
//$$ @Inject(method = "renderWorldPass", at = @At("HEAD"))
|
||||
|
||||
@@ -32,7 +32,7 @@ public abstract class MixinShaderRenderGlobal {
|
||||
Camera viewEntity,
|
||||
//#else
|
||||
//$$ Entity viewEntity,
|
||||
//#if MC>=11300
|
||||
//#if MC>=11400
|
||||
//$$ float partialTicks,
|
||||
//#else
|
||||
//$$ double partialTicks,
|
||||
|
||||
@@ -26,7 +26,7 @@ public abstract class MixinShadersRender {
|
||||
//#if MC>=11400
|
||||
if (PreRenderHandCallback.EVENT.invoker().preRenderHand()) {
|
||||
//#else
|
||||
//#if MC>=11300
|
||||
//#if MC>=11400
|
||||
//$$ if (ForgeHooksClient.renderFirstPersonHand(MCVer.getMinecraft().renderGlobal, partialTicks)) {
|
||||
//#else
|
||||
//$$ if (ForgeHooksClient.renderFirstPersonHand(MCVer.getMinecraft().renderGlobal, partialTicks, renderPass)) {
|
||||
|
||||
Reference in New Issue
Block a user