File tree 2 files changed +2
-13
lines changed
paper-server/patches/sources/net/minecraft
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 8
8
int maxStackSize = itemStack.getMaxStackSize();
9
9
int i = maxStackSize * 100;
10
10
if (count > i) {
11
- @@ -66,7 +_,7 @@
12
- ItemStack itemStack1 = item.createItemStack(min, false);
13
- boolean flag = serverPlayer.getInventory().add(itemStack1);
14
- if (flag && itemStack1.isEmpty()) {
15
- - ItemEntity itemEntity = serverPlayer.drop(itemStack, false);
16
- + ItemEntity itemEntity = serverPlayer.drop(itemStack, false, false);
17
- if (itemEntity != null) {
18
- itemEntity.makeFakeItem();
19
- }
20
11
@@ -95,11 +_,11 @@
21
12
22
13
if (targets.size() == 1) {
Original file line number Diff line number Diff line change 1
1
--- a/net/minecraft/world/inventory/HorseInventoryMenu.java
2
2
+++ b/net/minecraft/world/inventory/HorseInventoryMenu.java
3
- @@ -18,10 +_,24 @@
4
- private final AbstractHorse horse;
3
+ @@ -19,9 +_,23 @@
5
4
public static final int SLOT_SADDLE = 0;
6
5
public static final int SLOT_BODY_ARMOR = 1;
7
- - public static final int SLOT_HORSE_INVENTORY_START = 2;
8
- + private static final int SLOT_HORSE_INVENTORY_START = 2;
6
+ public static final int SLOT_HORSE_INVENTORY_START = 2;
9
7
+ // CraftBukkit start
10
8
+ org.bukkit.craftbukkit.inventory.CraftInventoryView bukkitEntity;
11
9
+ Inventory player;
You can’t perform that action at this time.
0 commit comments