You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of: Purpur (https://github.com/LuminolMC/Lophine/blob/904abaa56499a869259d3e6b3e586c1d33e34d28/lophine-server/minecraft-patches/features/0006-Add-config-to-enable-Raytracing-tracker.patch)
7
+
As part of: Lophine (https://github.com/LuminolMC/Lophine/blob/904abaa56499a869259d3e6b3e586c1d33e34d28/lophine-server/minecraft-patches/features/0006-Add-config-to-enable-Raytracing-tracker.patch)
8
8
Licensed under: MIT (https://github.com/LuminolMC/Lophine/blob/904abaa56499a869259d3e6b3e586c1d33e34d28/LICENSE.md)
Copy file name to clipboardExpand all lines: atdeprecated-server/src/main/java/fun/mntale/atdeprecated/config/modules/experiment/RayTrackingEntityTrackerConfig.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ public class RayTrackingEntityTrackerConfig implements IConfigModule {
18
18
@ConfigInfo(name = "check-interval-ms", comments = "The interval in milliseconds to check for culling.")
19
19
publicintcheckIntervalMs = 500;
20
20
21
+
@ConfigInfo(name = "skip-marker-armor-stands", comments = "Enable this to skip marker armor stands from being culled.")
0 commit comments