More formatting because Way is a derp

This commit is contained in:
WayofTime 2016-06-23 21:44:01 -04:00
parent 4c3bd1c81f
commit 899216ba5f
3 changed files with 6 additions and 3 deletions

View file

@ -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;