Skip to content

Commit

Permalink
Add drg_flares:drg_flares to the default config
Browse files Browse the repository at this point in the history
tr7zw committed Mar 24, 2024

Verified

This commit was signed with the committer’s verified signature.
tr7zw tr7zw
1 parent 2ccbc4e commit 371ad14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ public class Config {
public Set<String> blockEntityWhitelist = new HashSet<>(
Arrays.asList("minecraft:beacon", "create:rope_pulley", "create:hose_pulley", "betterend:eternal_pedestal",
"botania:magic_missile", "botania:flame_ring", "botania:falling_star"));
public Set<String> entityWhitelist = new HashSet<>(Arrays.asList("botania:mana_burst"));
public Set<String> entityWhitelist = new HashSet<>(Arrays.asList("botania:mana_burst", "drg_flares:drg_flares"));
public int tracingDistance = 128;
public boolean debugMode = false;
public int sleepDelay = 10;
@@ -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"));
"mts:builder_existing", "mts:builder_rendering", "mts:builder_seat", "drg_flares:drg_flares"));
public boolean disableF3 = false;
public boolean skipEntityCulling = false;
public boolean skipBlockEntityCulling = false;

0 comments on commit 371ad14

Please sign in to comment.