Advertisement
NathanHam89

Registery

Apr 19th, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. package com.penumbral.steelworks.world;
  2.  
  3. import net.minecraftforge.fml.common.IWorldGenerator;
  4. import net.minecraftforge.fml.common.registry.GameRegistry;
  5.  
  6. public class WorldGenMain {
  7.    
  8.     public static void mainRegistry() {
  9.         GameRegistry.registerWorldGenerator(new OreGeneration(), 1);
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement