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
|
@ -88,7 +88,8 @@ public class ItemBoundSword extends ItemSword implements IBindable, IActivatable
|
|||
|
||||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void getSubItems(Item itemIn, CreativeTabs tab, List<ItemStack> subItems) {
|
||||
public void getSubItems(Item itemIn, CreativeTabs tab, List<ItemStack> subItems)
|
||||
{
|
||||
subItems.add(Utils.setUnbreakable(new ItemStack(itemIn)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue