Open axelkar opened 3 months ago
Meteor Client is incompatible.
Meteor Client is incompatible.
I don't think it uses OpenGL? Could VulkanMod support a rendering API?
The signature should be (Lnet/fabricmc/fabric/impl/client/indigo/renderer/mesh/MutableQuadViewImpl;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V
, but it isn't with VulkanMod:
https://github.com/FabricMC/fabric/blob/7363c44ea9c96c8c57087a07d86fe936fb86104e/fabric-renderer-indigo/src/client/java/net/fabricmc/fabric/impl/client/indigo/renderer/render/AbstractBlockRenderContext.java#L96
FabricAPI implementation is slowly progressing, but I suspect that Meteorclient tries to change way too much for VulkanMod to work. Besides, we don't support third party clients, especially hack clients. This can be closed.
This can be closed as well.
Describe the bug
A mixin error happens in Meteor client only when using VulkanMod. Expected
Lnet/fabricmc/fabric/impl/client/indigo/renderer/mesh/MutableQuadViewImpl;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;
, but found(Lnet/fabricmc/fabric/impl/client/indigo/renderer/mesh/MutableQuadViewImpl;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;
innet.fabricmc.fabric.impl.client.indigo.renderer.render.AbstractBlockRenderContext.renderQuad
. Are you adding a bool torenderQuad
?Mixin: https://github.com/MeteorDevelopment/meteor-client/blob/master/src/main/java/meteordevelopment/meteorclient/mixin/indigo/AbstractBlockRenderContextMixin.java
Steps to reproduce
Log files