Inventories now don't NPE when broken
This commit is contained in:
parent
6a5f5356ce
commit
ddcc1237e8
3 changed files with 8 additions and 10 deletions
|
@ -44,7 +44,7 @@ public class BloodAltar {
|
|||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public static AltarUpgrade getUpgrades(World world, BlockPos pos, EnumAltarTier altarTier)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue