From bee74680e607c2e29b038329f62181238911cd83 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Sun, 14 Jan 2024 11:04:49 +0100 Subject: add remapped patches as a test --- .../net/minecraft/world/level/block/SignBlock.java.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patch-remap/mache-spigotflower-stripped/net/minecraft/world/level/block/SignBlock.java.patch (limited to 'patch-remap/mache-spigotflower-stripped/net/minecraft/world/level/block/SignBlock.java.patch') diff --git a/patch-remap/mache-spigotflower-stripped/net/minecraft/world/level/block/SignBlock.java.patch b/patch-remap/mache-spigotflower-stripped/net/minecraft/world/level/block/SignBlock.java.patch new file mode 100644 index 0000000000..6093dba163 --- /dev/null +++ b/patch-remap/mache-spigotflower-stripped/net/minecraft/world/level/block/SignBlock.java.patch @@ -0,0 +1,13 @@ +--- a/net/minecraft/world/level/block/SignBlock.java ++++ b/net/minecraft/world/level/block/SignBlock.java +@@ -123,8 +117,8 @@ + return InteractionResult.SUCCESS; + } else if (flag2) { + return InteractionResult.SUCCESS; +- } else if (!this.otherPlayerIsEditingSign(player, signblockentity) && player.mayBuild() && this.hasEditableText(player, signblockentity, flag1)) { +- this.openTextEdit(player, signblockentity, flag1); ++ } else if (!this.otherPlayerIsEditingSign(player, tileentitysign) && player.mayBuild() && this.hasEditableText(player, tileentitysign, flag1)) { ++ this.openTextEdit(player, tileentitysign, flag1, org.bukkit.event.player.PlayerSignOpenEvent.Cause.INTERACT); // CraftBukkit + return this.getInteractionResult(flag); + } else { + return InteractionResult.PASS; -- cgit v1.2.3