BiomesOPlenty/src/main/java/biomesoplenty/common/util/inventory/CreativeTabBOP.java

19 lines
704 B
Java

/*******************************************************************************
* Copyright 2014, the Biomes O' Plenty Team
*
* This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License.
*
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
******************************************************************************/
package biomesoplenty.common.util.inventory;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
//TODO: Do this properly once Forge is updated
public class CreativeTabBOP
{
public static final CreativeTabs instance = CreativeTabs.tabMisc;
}