Made netherite totem fire-resistant.
This commit is contained in:
@ -17,4 +17,9 @@ public class NetheriteTotemItem extends TotemItem {
|
||||
public boolean isCharge(ItemStack stack) {
|
||||
return (stack.getItem() instanceof NetheriteChargeItem);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isFireResistant() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user