Configurable max block/fluid ticks (#10266)

This commit is contained in:
Gero
2024-03-03 21:43:00 +01:00
parent 29009b5f04
commit 0c2d5b9b74
2 changed files with 24 additions and 0 deletions

View File

@@ -1808,6 +1808,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public boolean portalSearchVanillaDimensionScaling = true;
+ public boolean disableTeleportationSuffocationCheck = false;
+ public IntOr.Disabled netherCeilingVoidDamageHeight = IntOr.Disabled.DISABLED;
+ public int maxFluidTicks = 65536;
+ public int maxBlockTicks = 65536;
+ }
+
+ public Spawn spawn;