Add fire-tick-delay option (#8037)

This commit is contained in:
vytskalt
2022-10-23 01:57:09 +03:00
parent 634f212bd5
commit 201ba4d328
3 changed files with 38 additions and 0 deletions

View File

@@ -1772,6 +1772,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public BooleanOrDefault findAlreadyDiscoveredLootTable = BooleanOrDefault.USE_DEFAULT;
+ }
+
+ public int fireTickDelay = 30;
+ public int waterOverLavaFlowSpeed = 5;
+ public int portalSearchRadius = 128;
+ public int portalCreateRadius = 16;