Skip to content

Commit

Permalink
Fix block breaking by disabling BlockModelRenderer patch
Browse files Browse the repository at this point in the history
This needs to be redone from scratch for 1.12
  • Loading branch information
embeddedt committed Jan 12, 2024
1 parent 4b22dc5 commit e1baf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/sodium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1baf6a

Please sign in to comment.