Skip to content

Commit cc3dae7

Browse files
committed
Re-add DataConverter patch
Updated for 1.21.11
1 parent ba4b700 commit cc3dae7

File tree

31 files changed

+516
-113
lines changed

31 files changed

+516
-113
lines changed

paper-server/patches/features-unapplied/0002-Rewrite-dataconverter-system.patch renamed to paper-server/patches/features/0002-Rewrite-dataconverter-system.patch

Lines changed: 508 additions & 89 deletions
Large diffs are not rendered by default.

paper-server/patches/features/0002-Optimize-Network-Manager-and-add-advanced-packet-sup.patch renamed to paper-server/patches/features/0003-Optimize-Network-Manager-and-add-advanced-packet-sup.patch

File renamed without changes.

paper-server/patches/features/0003-Allow-Saving-of-Oversized-Chunks.patch renamed to paper-server/patches/features/0004-Allow-Saving-of-Oversized-Chunks.patch

File renamed without changes.

paper-server/patches/features/0004-Entity-Activation-Range-2.0.patch renamed to paper-server/patches/features/0005-Entity-Activation-Range-2.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ index 1f6576fea282cc68d5192019fc7d5dabc3703c43..edb47c2f3b3f4b3180f51e616ed1e633
523523
movement = this.maybeBackOffFromEdge(movement, type);
524524
Vec3 vec3 = this.collide(movement);
525525
diff --git a/net/minecraft/world/entity/LivingEntity.java b/net/minecraft/world/entity/LivingEntity.java
526-
index 45528ff5210625c530af06af0acc79b993b35dcd..df02ff9e9ad844d0fcb3950ce18914993a722056 100644
526+
index bf7d0552efd961ffe19e69e8ab194502f3a747c9..730bf0cfdc9698a74b269b76fed614e08e058153 100644
527527
--- a/net/minecraft/world/entity/LivingEntity.java
528528
+++ b/net/minecraft/world/entity/LivingEntity.java
529529
@@ -3318,6 +3318,14 @@ public abstract class LivingEntity extends Entity implements Attackable, Waypoin

paper-server/patches/features/0005-Use-Velocity-compression-and-cipher-natives.patch renamed to paper-server/patches/features/0006-Use-Velocity-compression-and-cipher-natives.patch

File renamed without changes.

paper-server/patches/features/0006-Optimize-GoalSelector-Goal.Flag-Set-operations.patch renamed to paper-server/patches/features/0007-Optimize-GoalSelector-Goal.Flag-Set-operations.patch

File renamed without changes.

paper-server/patches/features/0007-Optimize-Voxel-Shape-Merging.patch renamed to paper-server/patches/features/0008-Optimize-Voxel-Shape-Merging.patch

File renamed without changes.

paper-server/patches/features/0008-Handle-Oversized-block-entities-in-chunks.patch renamed to paper-server/patches/features/0009-Handle-Oversized-block-entities-in-chunks.patch

File renamed without changes.

paper-server/patches/features/0009-optimize-dirt-and-snow-spreading.patch renamed to paper-server/patches/features/0010-optimize-dirt-and-snow-spreading.patch

File renamed without changes.

paper-server/patches/features/0010-Optimize-Bit-Operations-by-inlining.patch renamed to paper-server/patches/features/0011-Optimize-Bit-Operations-by-inlining.patch

File renamed without changes.

0 commit comments

Comments
 (0)