Posted August 8, 201312 yr I've made a multi-biome dimension and added the biome FrozenOcean. The ocean dosen't generate frozen. I am unable to create my own ocean biome, and I still need it to eternally snow! Can anyone help me with this?
August 8, 201312 yr The only way really is to change the biome's temperature to something really cold. That makes it snow and such. Or you could just go over the whole biome and replace water with ice.. But that is taxing I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes. I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there
August 8, 201312 yr Author This is the only way I was able to make a custom ocean biome, and it wasn't cold enough! public static final BiomeGenBase biomeBlizzardOcean = (new BiomeGenOcean(10)).setColor(0xABF4F7).setBiomeName("Blizzard Ocean").setEnableSnow().setMinMaxHeight(-1.0F, 0.3F).setTemperatureRainfall(0.0F, 0.5F);
August 8, 201312 yr Try something like .setMinMaxTemperature(int minTemp, int maxTemp); (Could be the opposite). If you set it low enough it will freeze everything. And why not just copy paste the BiomeGenOcean to your new one? It gives a lot better control I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes. I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there
August 8, 201312 yr Author I'm pretty sure that has to be set in the biome .class file. I'm having problems making a ocean biome in its own class. (You know, the BiomeFrozenOcean2 extends BiomeGenBase?)
August 8, 201312 yr What are the problems? I am Mew. The Legendary Psychic. I behave oddly and am always playing practical jokes. I have also found that I really love making extremely long and extremely but sometimes not so descriptive variables. Sort of like what I just did there
August 8, 201312 yr And? That shouldnt be a problem? Are you unfamiliar with oop & inheritance? If so we could give you some tips on where to learn so as it's vital for you to know <3 it will help you both here and in future moddings If you guys dont get it.. then well ya.. try harder...
August 9, 201312 yr Author I know about oop and inheritance. What I don't know is how to generate an ocean with an ice layer on top and make my dimension always snow.
August 9, 201312 yr I'm having problems making a ocean biome in its own class. (You know, the BiomeFrozenOcean2 extends BiomeGenBase?) And? That shouldnt be a problem? Are you unfamiliar with oop & inheritance? If so we could give you some tips on where to learn so as it's vital for you to know <3 it will help you both here and in future moddings you didn't reply to the question we asked, it seemed you had a problem with the fact that BiomeFrozenOcean2 extends BiomeGenBase? And if that was a problem for you for some reason then out guess was that you where unfamiliar with oop If you guys dont get it.. then well ya.. try harder...
August 9, 201312 yr Author Is it supposed to extend BiomeOcean? (It would generate land if I made it in its own class)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.