Fix misc preprocessor directives

This commit is contained in:
Jonas Herzig
2020-03-30 15:30:22 +02:00
parent 190210f950
commit 78ba9bd55e
3 changed files with 5 additions and 5 deletions

View File

@@ -31,10 +31,10 @@ public abstract class MixinRenderManager {
@Shadow private float cameraYaw;
//#endif
//#if MC>=11400
//#if MC>=11500
//$$ @Inject(method = "render", at = @At("HEAD"))
//#else
//#if MC>=11400
//#if MC>=11400 && FABRIC>=1
@Inject(method = "render(Lnet/minecraft/entity/Entity;DDDFFZ)V", at = @At("HEAD"))
//#else
//#if MC>=11400