From 3c8861e25e6a6928fcce10f5f802c2d74e06e326 Mon Sep 17 00:00:00 2001 From: Encode42 Date: Tue, 12 Jul 2022 14:26:34 -0400 Subject: [PATCH] [ci-skip] Cleanup patch diff --- .../server/0285-Add-toggle-for-RNG-manipulation.patch | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/patches/server/0285-Add-toggle-for-RNG-manipulation.patch b/patches/server/0285-Add-toggle-for-RNG-manipulation.patch index 61510ec94..adc178df6 100644 --- a/patches/server/0285-Add-toggle-for-RNG-manipulation.patch +++ b/patches/server/0285-Add-toggle-for-RNG-manipulation.patch @@ -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;