IBloodAltar cleanup
This commit is contained in:
parent
909bff5b20
commit
5951f4a236
|
@ -50,7 +50,7 @@ public class RitualEffectAutoAlchemy extends RitualEffect
|
|||
}
|
||||
|
||||
IBloodAltar altar = (IBloodAltar) topEntity;
|
||||
ItemStack targetStack = tileAltar.getStackInSlot(0);
|
||||
ItemStack targetStack = altar.getStackInSlot(0);
|
||||
if (targetStack == null)
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue