Skip to content

Commit

Permalink
Add flare to whitelist, Fix #176
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Nov 1, 2024
1 parent 0084c5c commit 91c3693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Config {
public Set<String> tickCullingWhitelist = new HashSet<>(Arrays.asList("minecraft:firework_rocket", "minecraft:boat",
"create:carriage_contraption", "create:contraption", "create:gantry_contraption",
"create:stationary_contraption", "mts:builder_existing", "mts:builder_rendering", "mts:builder_seat",
"drg_flares:drg_flares", "alexscaves:gum_worm", "alexscaves:gum_worm_segment"));
"drg_flares:drg_flares", "drg_flares:drg_flare", "alexscaves:gum_worm", "alexscaves:gum_worm_segment"));
public boolean disableF3 = false;
public boolean skipEntityCulling = false;
public boolean skipBlockEntityCulling = false;
Expand Down

0 comments on commit 91c3693

Please sign in to comment.