diff options
author | Jake Potrebic <[email protected]> | 2024-06-13 13:14:13 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2024-06-13 13:14:13 -0700 |
commit | 0bc9aeef268b9522e3c97dd5a09b8d3d759a6fb8 (patch) | |
tree | 22319df1aaf54a732398b7148288609d92d00332 /patches/server/0039-Configurable-top-of-nether-void-damage.patch | |
parent | ec05cb8b38e5af408e4f46071ebbcad351be4d88 (diff) | |
download | Paper-0bc9aeef268b9522e3c97dd5a09b8d3d759a6fb8.tar.gz Paper-0bc9aeef268b9522e3c97dd5a09b8d3d759a6fb8.zip |
385
Diffstat (limited to 'patches/server/0039-Configurable-top-of-nether-void-damage.patch')
-rw-r--r-- | patches/server/0039-Configurable-top-of-nether-void-damage.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0039-Configurable-top-of-nether-void-damage.patch b/patches/server/0039-Configurable-top-of-nether-void-damage.patch index e3e87945ee..8a30b0f3c3 100644 --- a/patches/server/0039-Configurable-top-of-nether-void-damage.patch +++ b/patches/server/0039-Configurable-top-of-nether-void-damage.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Configurable top of nether void damage Co-authored-by: Jake Potrebic <[email protected]> diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java -index c355e8d71b4941b2ad43740763209927a3279336..fafccc1c98cbc630dc71db623184a62f08618b03 100644 +index dbe5239b1a1769ef9f2ef66c32b1a68cd684428e..d5f5864b7c1ad4c30f37b360b317b63c129e3a3f 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java @@ -706,7 +706,11 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess |