IBloodAltar cleanup

This commit is contained in:
Arcaratus 2015-04-10 10:47:51 -04:00
parent 909bff5b20
commit 5951f4a236

View file

@ -50,7 +50,7 @@ public class RitualEffectAutoAlchemy extends RitualEffect
} }
IBloodAltar altar = (IBloodAltar) topEntity; IBloodAltar altar = (IBloodAltar) topEntity;
ItemStack targetStack = tileAltar.getStackInSlot(0); ItemStack targetStack = altar.getStackInSlot(0);
if (targetStack == null) if (targetStack == null)
{ {
return; return;