Advertisement
Guest User

Biome Generation in mod_Corruption

a guest
Apr 24th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class mod_Corruption extends BaseMod
  2. {
  3. public static final BiomeGenBase Corruption = (new BiomeGenCorruption(26)).setBiomeName("The Corruption");
  4.  
  5. public void load()
  6. {
  7. ModLoader.addBiome(Corruption);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement