Skip to content

Commit

Permalink
Fix UV2 override, 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Dec 6, 2023
1 parent 9e6465e commit 2e5ed76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ public abstract class MixinBufferBuilder extends DefaultedVertexConsumer impleme
}
}

@Override
public @NotNull VertexConsumer uv2(int pBufferVertexConsumer0, int pInt1) {

return BufferVertexConsumer.super.uv2(pBufferVertexConsumer0, pInt1);
}

@ModifyArg(method = "begin", at = @At(value = "INVOKE", target = "Lcom/mojang/blaze3d/vertex/BufferBuilder;switchFormat(Lcom/mojang/blaze3d/vertex/VertexFormat;)V"))
private VertexFormat iris$afterBeginSwitchFormat(VertexFormat arg) {
if (extending) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "iris",
"version": "1.6.11-development-environment",
"version": "1.6.12-development-environment",

"name": "Iris",
"description": "A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs",
Expand Down

0 comments on commit 2e5ed76

Please sign in to comment.