mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-22 07:43:49 -07:00
Configurable max block/fluid ticks (#10266)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user