Skip to content

Commit

Permalink
Merge branch '1.20.2-server-renderer' into 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 13, 2024
2 parents 7419f7e + 12fc765 commit b19e959
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public OptionSubCommand()
subCommands.add(getList("nofly_worlds", ConfigOption.NOFLY_WORLDS, "nofly_worlds", null));
subCommands.add(getList("blacklist_tags", ConfigOption.BLACKLIST_TAGS, "blacklist_tags", null));
subCommands.add(getList("blacklist_nbt_pattern", ConfigOption.BLACKLIST_PATTERNS, "blacklist_patterns", null));

subCommands.add(getToggle("bedrock_workaround", ConfigOption.BEDROCK_WORKAROUND, "bedrock_workaround"));
}

private <T> ISubCommand getGeneric(String name, ConfigOption option, String perm,
Expand Down

0 comments on commit b19e959

Please sign in to comment.