Minecraft Blogs / Tutorial

Minecraft Modding : How to Make Your Own Biome! (Easy)

  • 6,369 views, 2 today
  • 4
  • 1
  • 3
iGriefKing's Avatar iGriefKing
Level 46 : Master Enderdragon
41
Today I show you how to easily make your own biome mod!

It is easy you basically modify 2 classes and create 1 class!

IF YOU ARE HAVING ANY PROBLEMS LEAVE THEM HERE OR ON YOUTUBE!

*Steps*

1. Open the BiomeGenBase class and the GenLayerBiome class.

2. Create a class titled BiomeGen(Insert name of biome here).

3. Create your line of code in BiomeGenBase.

Ex.public static final BiomeGenBase ArcticJungle = (new BiomeGenArcticJungle(30)).setBiomeName("Arctic Jungle").func_4124_a(0x537b09).setTemperatureRainfall(0.05F, 0.8F).setMinMaxHeight(0.2F, 0.4F);

4. Add BiomeGenBase.(Name of Biome Here)

Ex. BiomeGenBase.ArcticJungle

5. Decorate your biome in the class you created. (Watch Video)

6. Recompile and Reobfuscate.

7. DONE!

________________________________________

Installing the mod

1. Install ModLoader.

2. Get the classes out of the folder reobf.

3. Add the classes from reobf and modloader and add them to your minecraft bin.

4. Delete META-INF!

5. GO PLAY!
Tags

Create an account or sign in to comment.

CreeperAssassin
06/25/2012 2:35 am
Level 20 : Expert Dragonborn
CreeperAssassin's Avatar
what program should you use to open the files and where are they located?
1
iGriefKing
06/25/2012 12:05 pm
Level 46 : Master Enderdragon
iGriefKing's Avatar
im using eclipsse and im going to make a video on how to get it and hot to set it up. :)
1
CreeperAssassin
06/25/2012 4:48 pm
Level 20 : Expert Dragonborn
CreeperAssassin's Avatar
thanks for the info
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome