Merge remote-tracking branch 'origin/rv5-1.12' into rv5-1.12

This commit is contained in:
Gunther De Wachter
2017-07-09 07:18:45 +02:00
+2 -1
View File
@@ -59,7 +59,8 @@ public abstract class AEBaseItem extends Item
@SuppressWarnings( "unchecked" )
public final void getSubItems( final CreativeTabs creativeTab, final NonNullList<ItemStack> itemStacks )
{
this.getCheckedSubItems( creativeTab, itemStacks );
if(isInCreativeTab(creativeTab))
this.getCheckedSubItems( creativeTab, itemStacks );
}
@Override