Skip to content

Commit

Permalink
rule: rename to disallowRedstoneWireConnectsToOpenTrapdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
OptiJava committed Feb 14, 2024
1 parent 1f4272c commit 6518d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ public class OptCarpetSettings {

//#if MC >= 12000
//$$ @Rule(
//$$ desc = "Reintroduce note block suppression(in version >= 1.20)",
//$$ desc = "Disallow redstone wire connects to open trapdoor(in version >= 1.20)",
//$$ category = RuleCategory.FEATURE
//$$ )
//$$ public static boolean noteBlockSuppressionReintroduced = false;
//$$ public static boolean disallowRedstoneWireConnectsToOpenTrapdoor = false;
//#endif
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.optijava.opt_carpet_addition.mixins.rule.noteBlockSuppressionReintroduced;
package io.github.optijava.opt_carpet_addition.mixins.rule.disallowRedstoneWireConnectsToOpenTrapdoor;

//#if MC >= 12000
//$$ import net.minecraft.block.*;
Expand Down

0 comments on commit 6518d58

Please sign in to comment.