From e1baf6ae72edde3d9d45945f703d9b884b5e53ca Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:00:49 -0500 Subject: [PATCH] Fix block breaking by disabling BlockModelRenderer patch This needs to be redone from scratch for 1.12 --- src/main/resources/sodium.mixins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/sodium.mixins.json b/src/main/resources/sodium.mixins.json index baa0f4bc1..12b3a9019 100644 --- a/src/main/resources/sodium.mixins.json +++ b/src/main/resources/sodium.mixins.json @@ -21,7 +21,7 @@ "core.pipeline.MixinBufferBuilder", "core.pipeline.MixinVertexFormat", "core.pipeline.MixinUnpackedBakedQuad", - "features.block.MixinBlockModelRenderer", + // "features.block.MixinBlockModelRenderer", "features.block.MixinWorldRenderer", "features.buffer_builder.fast_advance.MixinVertexFormat", //"features.buffer_builder.fast_sort.MixinBufferBuilder",