diff --git a/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch b/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch index 29f01df75..860230064 100644 --- a/nms-patches/net/minecraft/world/level/block/entity/DecoratedPotBlockEntity.patch +++ b/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;