From 07a9ff30de45abe21d3161974e7c982dce9e9624 Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Thu, 7 Dec 2023 08:41:56 +1100 Subject: [PATCH] Fix formatting issue in previous commit By: md_5 --- .../world/level/block/entity/DecoratedPotBlockEntity.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/paper-server/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch b/paper-server/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch index 29f01df753..8602300644 100644 --- a/paper-server/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch +++ b/paper-server/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.java +++ b/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.java -@@ -21,7 +21,58 @@ +@@ -21,8 +21,59 @@ import net.minecraft.world.level.block.state.properties.BlockProperties; import net.minecraft.world.ticks.ContainerSingleItem; @@ -15,7 +15,7 @@ +// CraftBukkit end + public class DecoratedPotBlockEntity extends TileEntity implements RandomizableContainer, ContainerSingleItem { -+ + + // CraftBukkit start - add fields and methods + public List transaction = new ArrayList<>(); + private int maxStack = MAX_STACK; @@ -56,6 +56,7 @@ + return CraftLocation.toBukkit(worldPosition, level.getWorld()); + } + // CraftBukkit end - ++ public static final String TAG_SHERDS = "sherds"; public static final String TAG_ITEM = "item"; + public static final int EVENT_POT_WOBBLES = 1;