BiomesOPlenty/src/main/java/biomesoplenty/common/init/ModItems.java

18 lines
530 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.init;
public class ModItems
{
public static void init()
{
}
}