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
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
private final Set<String> tags = new io.papermc.paper.util.SizeLimitedSet<>(new it.unimi.dsi.fastutil.objects.ObjectOpenHashSet<>(), MAX_ENTITY_TAG_COUNT); // Paper - fully limit tag size - replace set impl
34
+
private final double[] pistonDeltas = new double[]{0.0, 0.0, 0.0};
33
35
@@ -342,6 +_,7 @@
34
36
public long activatedTick = Integer.MIN_VALUE;
35
37
public boolean isTemporarilyActive;
@@ -38,7 +40,7 @@
38
40
39
41
public void inactiveTick() {
40
42
}
41
-
@@ -526,10 +_,20 @@
43
+
@@ -526,10 +_,21 @@
42
44
}
43
45
// Paper end - optimise entity tracker
44
46
@@ -55,6 +57,7 @@
55
57
+ // Purpur start - Add toggle for RNG manipulation
0 commit comments