More formatting because Way is a derp
This commit is contained in:
parent
4c3bd1c81f
commit
899216ba5f
3 changed files with 6 additions and 3 deletions
|
@ -174,7 +174,8 @@ public class Utils
|
|||
return itemHandler;
|
||||
}
|
||||
|
||||
public static ItemStack setUnbreakable(ItemStack stack) {
|
||||
public static ItemStack setUnbreakable(ItemStack stack)
|
||||
{
|
||||
NBTHelper.checkNBT(stack);
|
||||
stack.getTagCompound().setBoolean("Unbreakable", true);
|
||||
return stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue