Skip to content

Commit

Permalink
fix: decrease RedstoneWireBlock_Mixin priority
Browse files Browse the repository at this point in the history
  • Loading branch information
OptiJava committed Feb 23, 2024
1 parent 00439b1 commit 1fec271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//$$
//$$ import io.github.optijava.opt_carpet_addition.OptCarpetSettings;
//$$
//$$ @Mixin(RedstoneWireBlock.class)
//$$ @Mixin(value = RedstoneWireBlock.class, priority = 2000)
//$$ public class RedstoneWireBlock_Mixin {
//$$ @Redirect(
//$$ method = "getRenderConnectionType(Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Z)Lnet/minecraft/block/enums/WireConnection;",
Expand Down

0 comments on commit 1fec271

Please sign in to comment.