Some models work, some don't
This commit is contained in:
parent
08258fd6ef
commit
3b173ecf17
115 changed files with 72 additions and 80 deletions
|
@ -74,7 +74,7 @@ public class ItemBoundTool extends ItemTool implements IBindable, IActivatable {
|
|||
|
||||
@Override
|
||||
public void getSubItems(CreativeTabs tab, NonNullList<ItemStack> subItems) {
|
||||
if (isInCreativeTab(tab))
|
||||
if (!isInCreativeTab(tab))
|
||||
return;
|
||||
|
||||
subItems.add(Utils.setUnbreakable(new ItemStack(this)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue