Posted June 25, 201411 yr Hello MCF forums, I would like to know why i cant seem to find my custom biome? Is just me having bad luck or is it not spawning correctly? Main class: http://pastebin.com/zGdnGF6w Biome Class: http://pastebin.com/kSrtG1Kh
June 26, 201411 yr Add it to one of the public lists in the BiomeManager. How do you do that? Don't tell me to learn the basics of java, I already know.
June 26, 201411 yr I'm not seeing any lists in BiomeManager Don't tell me to learn the basics of java, I already know.
June 26, 201411 yr diesieben07, I take it you mean something along these lines..? BiomeManager.coolBiomes.add(); BiomeManager.desertBiomes.add(); BiomeManager.icyBiomes.add(); BiomeManager.oceanBiomes.add(); We all stuff up sometimes... But I seem to be at the bottom of that pot.
June 26, 201411 yr Author It doesnt work for me i put "BiomeManager.desertBiomes.add(biome)" but it just gives an error
June 27, 201411 yr Author In Eclipse it underlines it with red (im not sure what it says when I hover over it but I will tell you that later im not at my house at the moment)
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.