Skip to content

Incompatibility w/ GameRenderer #712

@lowercasebtw

Description

@lowercasebtw

Describe the bug

Hi, I make a mod named Animatium and noticed it crashes with VulkanMod and tried to fix it but it turns out VulkanMod uses @Overwrite on the method I modify which makes it impossible to fix from my side

File: https://github.com/xCollateral/VulkanMod/blob/dev/src/main/java/net/vulkanmod/mixin/render/GameRendererMixin.java

Instead this should be a Redirect on the Math#max call inside the method or a Inject at head to redirect the return value or a WrapMethod call

Steps to reproduce

Download https://modrinth.com/mod/animatium/
Download VulkanMod

Launch Game

Log files

https://mclo.gs/lOjo08c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions