Guest User

Biome registration stuffs

a guest
Dec 7th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. BiomeGenBase magicBiome = new MagicBiomeGen(69);
  2. BiomeDictionary.registerBiomeType(magicBiome, BiomeDictionary.Type.FOREST);
  3. BiomeManager.addBiome(BiomeType.COOL, new BiomeEntry(magicBiome, 10));
  4. BiomeManager.addSpawnBiome(magicBiome);
Advertisement
Add Comment
Please, Sign In to add comment