BiomesOPlenty/common/biomesoplenty/configuration/BOPStructures.java

13 lines
334 B
Java
Raw Normal View History

package biomesoplenty.configuration;
import net.minecraft.world.gen.structure.MapGenStructureIO;
2013-09-21 07:04:41 +00:00
import biomesoplenty.worldgen.structure.BOPStructureScatteredFeatureStart;
public class BOPStructures
{
public static void init()
{
MapGenStructureIO.func_143034_b(BOPStructureScatteredFeatureStart.class, "BOPTemple");
}
}