Skip to content

Commit

Permalink
Merge pull request #174 from AlexModGuy/patch-1
Browse files Browse the repository at this point in the history
Whitelist Alex's Caves Gum Worm entity in Config
  • Loading branch information
tr7zw authored Oct 20, 2024
2 parents 946af8b + 4d4c62f commit 254339e
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"));
"mts:builder_existing", "mts:builder_rendering", "mts:builder_seat",
"drg_flares:drg_flares", "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 254339e

Please sign in to comment.