Rename Mixin_CubicRotation -> Mixin_Omnidirectional_Rotation
This commit is contained in:
@@ -25,7 +25,7 @@ import static com.replaymod.core.versions.MCVer.getMinecraft;
|
||||
//$$ @Mixin(value = net.minecraft.client.renderer.EntityRenderer.class)
|
||||
//#endif
|
||||
//#endif
|
||||
public abstract class Mixin_CubicRotation {
|
||||
public abstract class Mixin_Omnidirectional_Rotation {
|
||||
private EntityRendererHandler getHandler() {
|
||||
return ((EntityRendererHandler.IEntityRenderer) getMinecraft().gameRenderer).replayModRender_getHandler();
|
||||
}
|
||||
@@ -7,10 +7,10 @@
|
||||
"Mixin_ChromaKeyColorSky",
|
||||
"Mixin_ChromaKeyDisableFog",
|
||||
"Mixin_ChromaKeyForceSky",
|
||||
"Mixin_CubicRotation",
|
||||
"Mixin_ForceChunkLoading",
|
||||
"Mixin_Omnidirectional_Camera",
|
||||
"Mixin_Omnidirectional_DisableFrustumCulling",
|
||||
"Mixin_Omnidirectional_Rotation",
|
||||
"Mixin_Omnidirectional_SkipHand",
|
||||
"Mixin_SkipBlockOutlinesDuringRender",
|
||||
"Mixin_StabilizeCamera",
|
||||
|
||||
Reference in New Issue
Block a user