mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-19 13:02:12 +00:00
11 lines
507 B
Diff
11 lines
507 B
Diff
--- a/net/minecraft/world/inventory/SlotFurnaceResult.java
|
|
+++ b/net/minecraft/world/inventory/SlotFurnaceResult.java
|
|
@@ -51,7 +51,7 @@
|
|
IInventory iinventory = this.container;
|
|
|
|
if (iinventory instanceof TileEntityFurnace tileentityfurnace) {
|
|
- tileentityfurnace.awardUsedRecipesAndPopExperience(entityplayer);
|
|
+ tileentityfurnace.awardUsedRecipesAndPopExperience(entityplayer, itemstack, this.removeCount); // CraftBukkit
|
|
}
|
|
}
|
|
|