Don't tick empty worlds (#9025)

This commit is contained in:
Shane Freeder
2024-03-03 21:10:45 +00:00
parent a2a55e2b27
commit 5a66c3b64e
2 changed files with 20 additions and 0 deletions

View File

@ -1843,6 +1843,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ public class UnsupportedSettings extends ConfigurationPart {
+ public boolean fixInvulnerableEndCrystalExploit = true;
+ public boolean disableWorldTickingWhenEmpty = false;
+ }
+
+ public Hopper hopper;