mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
65bc2541a3
By: md_5 <git@md-5.net>
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
|
|
}
|
|
}
|
|
|