Examples of BiomeGenVillage


Examples of colonies.pmardle.src.BiomeGenVillage

     //NetworkRegistry.instance().registerGuiHandler(this, guiHandlerResearchBlock);
    
    proxy.registerRenderInformation();
   
    //Biome
    VillageBiome = new BiomeGenVillage(53).setColor(2900485).setBiomeName("Village Biome").setTemperatureRainfall(1F, 0.5F).setMinMaxHeight(0.1F, 0.1F);
        GameRegistry.addBiome(VillageBiome);
  
    Recipes.registerRecipes();
   
    ColoniesAchievements.addAchievementLocalizations();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.