Skip to content

Commit

Permalink
Merge pull request #180 from opekope2/patch-1
Browse files Browse the repository at this point in the history
Whitelist avm_staff:campfire_flame entity
  • Loading branch information
tr7zw authored Dec 4, 2024
2 parents 5dcd4a5 + f2b443d commit fe04ed9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ 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", "drg_flares:drg_flare", "alexscaves:gum_worm", "alexscaves:gum_worm_segment"));
"drg_flares:drg_flares", "drg_flares:drg_flare", "alexscaves:gum_worm", "alexscaves:gum_worm_segment",
"avm_staff:campfire_flame"));
public boolean disableF3 = false;
public boolean skipEntityCulling = false;
public boolean skipBlockEntityCulling = false;
Expand Down

0 comments on commit fe04ed9

Please sign in to comment.