Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - package com.penumbral.steelworks.world;
 - import net.minecraftforge.fml.common.IWorldGenerator;
 - import net.minecraftforge.fml.common.registry.GameRegistry;
 - public class WorldGenMain {
 - public static void mainRegistry() {
 - GameRegistry.registerWorldGenerator(new OreGeneration(), 1);
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment