Inventories now don't NPE when broken

This commit is contained in:
Nick 2015-11-03 09:11:39 -08:00
parent 6a5f5356ce
commit ddcc1237e8
3 changed files with 8 additions and 10 deletions

View file

@ -44,7 +44,7 @@ public class BloodAltar {
}
}
return true;
return false;
}
public static AltarUpgrade getUpgrades(World world, BlockPos pos, EnumAltarTier altarTier)