Move API to it's own source set
This commit is contained in:
parent
c03af41c88
commit
2afc235af7
11 changed files with 32 additions and 27 deletions
|
@ -314,7 +314,7 @@ public class BloodAltar implements IFluidHandler {
|
|||
if (progress >= liquidRequired * stackSize) {
|
||||
ItemStack result = recipe.getOutput().copy();
|
||||
|
||||
BloodMagicCraftedEvent.Altar event = new BloodMagicCraftedEvent.Altar(recipe, result);
|
||||
BloodMagicCraftedEvent.Altar event = new BloodMagicCraftedEvent.Altar(recipe.getInput(), result);
|
||||
MinecraftForge.EVENT_BUS.post(event);
|
||||
tileAltar.setInventorySlotContents(0, event.getOutput());
|
||||
progress = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue