mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
9d740b84b0
By: md_5 <git@md-5.net>
11 lines
523 B
Diff
11 lines
523 B
Diff
--- a/net/minecraft/world/inventory/SlotFurnaceResult.java
|
|
+++ b/net/minecraft/world/inventory/SlotFurnaceResult.java
|
|
@@ -54,7 +54,7 @@
|
|
if (iinventory instanceof TileEntityFurnace) {
|
|
TileEntityFurnace tileentityfurnace = (TileEntityFurnace) iinventory;
|
|
|
|
- tileentityfurnace.awardUsedRecipesAndPopExperience(entityplayer);
|
|
+ tileentityfurnace.awardUsedRecipesAndPopExperience(entityplayer, itemstack, this.removeCount); // CraftBukkit
|
|
}
|
|
}
|
|
|