Skip to content

Commit 48ed5b0

Browse files
committed
Updated Upstream (Leaf)
1 parent 22957f0 commit 48ed5b0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--- a/net/minecraft/world/damagesource/DamageSource.java
22
+++ b/net/minecraft/world/damagesource/DamageSource.java
3-
@@ -89,7 +_,7 @@
3+
@@ -72,7 +_,7 @@
44

5-
public DamageSource customEventDamager(Entity entity) {
5+
public DamageSource eventEntityDamager(final Entity entity) {
66
if (this.directEntity != null) {
7-
- throw new IllegalStateException("Cannot set custom event damager when direct entity is already set (report a bug to Paper, if you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues)"); // Gale - branding changes // Leaf - Rebrand
8-
+ throw new IllegalStateException("Cannot set custom event damager when direct entity is already set (report a bug to Paper, if you think this is a DeepslateMC bug, please report it at https://github.com/Pascalpex/DeepslateMC/issues )"); // Gale - branding changes // Leaf - Rebrand // Deepslate
7+
- throw new IllegalStateException("Cannot set an event damager when a direct entity is already set (report a bug to Paper, if you think this is a Leaf bug, please report it at https://github.com/Winds-Studio/Leaf/issues)"); // Gale - branding changes // Leaf - Rebrand
8+
+ throw new IllegalStateException("Cannot set an event damager when a direct entity is already set (report a bug to Paper, if you think this is a DeepslateMC bug, please report it at https://github.com/Pascalpex/DeepslateMC/issues)"); // Gale - branding changes // Leaf - Rebrand // Deepslate
99
}
10-
DamageSource damageSource = this.cloneInstance();
11-
damageSource.customEventDamager = entity;
10+
final DamageSource damageSource = this.copy();
11+
damageSource.eventEntityDamager = entity;

deepslateMC-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/CraftServer.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
22
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
3-
@@ -1140,6 +_,7 @@
3+
@@ -1141,6 +_,7 @@
44
org.galemc.gale.command.GaleCommands.registerCommands(this.console); // Gale - Gale commands - register commands
55
this.spark.registerCommandBeforePlugins(this); // Paper - spark
66
org.purpurmc.purpur.PurpurConfig.registerCommands(); // Purpur - Purpur config files

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=de.pascalpex.deepslatemc
22
version=1.21.4-R0.1-SNAPSHOT
33
packageVersion = 1_21_R3
44
mcVersion=1.21.4
5-
leafRef=541e5914ef8ef5d01d3d7f959fffdffb5526961c
5+
leafRef=d0f5bd99cb2769c67d4ceb502b59d04fcde85809
66

77
org.gradle.configuration-cache=true
88
org.gradle.caching=true

0 commit comments

Comments
 (0)