Skip to content

Commit

Permalink
#67 workaround for figura to work
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed Aug 7, 2024
1 parent 0c2b4a2 commit 39fc39e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import org.spongepowered.asm.mixin.injection.ModifyArg;
import org.spongepowered.asm.mixin.injection.Redirect;

@Mixin(Camera.class)
// workaround for figura to work (this is terrible but works)
@Mixin(value = Camera.class, priority = 1100)
@Implements({@Interface(iface = Camera3D.class, prefix = "c3d$")})
@Environment(EnvType.CLIENT)
public abstract class CameraMixin {
Expand Down

0 comments on commit 39fc39e

Please sign in to comment.