Skip to content

Commit

Permalink
turns out there's still a bunch of lag with a loop that actually does…
Browse files Browse the repository at this point in the history
… things
  • Loading branch information
Talia-12 committed Feb 8, 2024
1 parent ce18829 commit 12da134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public interface ServerConfigAccess {
// fun fact, although dimension keys are a RegistryHolder, they aren't a registry, so i can't do tags
boolean canTeleportInThisDimension(ResourceKey<Level> dimension);

int DEFAULT_MAX_OP_COUNT = 2_000_000;
int DEFAULT_MAX_OP_COUNT = 1_000_000;
int DEFAULT_MAX_SPELL_CIRCLE_LENGTH = 1024;
int DEFAULT_OP_BREAK_HARVEST_LEVEL = 3;

Expand Down

0 comments on commit 12da134

Please sign in to comment.