[ci-skip] Cleanup patch diff

This commit is contained in:
Encode42
2022-07-12 14:26:34 -04:00
parent 44b914cfe1
commit 3c8861e25e

View File

@@ -7,18 +7,9 @@ Paper patches RNG maniplulation by using a shared (and locked) random source.
This comes with a performance gain, but technical players may prefer the ability to manipulate RNG.
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
index 3d4d3ec099a37458d43a0500724eec7594097a41..41ad6375ed19d9f21f131a7cad210254c8a20750 100644
index 3d4d3ec099a37458d43a0500724eec7594097a41..d0cfea27a287b91747585053d1ffb3f203196fd7 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
@@ -419,7 +419,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
public int activatedPriority = gg.pufferfish.pufferfish.PufferfishConfig.maximumActivationPrio; // golf score
public final BlockPos.MutableBlockPos cachedBlockPos = new BlockPos.MutableBlockPos(); // used where needed
// Pufferfish end
-
+
public float getBukkitYaw() {
return this.yRot;
}
@@ -576,7 +576,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
this.bb = Entity.INITIAL_AABB;
this.stuckSpeedMultiplier = Vec3.ZERO;