This file slipped through the craks :think:

This commit is contained in:
Nicholas Ignoffo 2018-04-17 16:16:03 -07:00
parent 79ccd1f3bb
commit 19cdfbfb0a

View file

@ -303,7 +303,7 @@ public class BloodAltar implements IFluidHandler {
if (progress >= liquidRequired * stackSize) {
ItemStack result = ItemHandlerHelper.copyStackWithSize(recipe.getOutput(), stackSize);
BloodMagicCraftedEvent.Altar event = new BloodMagicCraftedEvent.Altar(recipe.getInput(), result);
BloodMagicCraftedEvent.Altar event = new BloodMagicCraftedEvent.Altar(result, input.copy());
MinecraftForge.EVENT_BUS.post(event);
tileAltar.setInventorySlotContents(0, event.getOutput());
progress = 0;