Skip to content

Commit

Permalink
add rule entry = instantTileTick
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyBlack233 committed Aug 26, 2024
1 parent 02d4ce1 commit 6879a27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/heyblack/flexiblepcb/FlexiblePCBSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ public Integer validate(ServerCommandSource source, ParsedRule<Integer> currentR
)
public static boolean remoteRedstone = false;

@Rule(
desc = "",
category = {CREATIVE, "flexiblepcb"}
)
public static boolean instantTileTick = false;

// Command
@Rule(
desc = "Enables /updateBlock command to update blocks",
Expand Down

0 comments on commit 6879a27

Please sign in to comment.