SquareMan Posted January 6, 2014 Posted January 6, 2014 Hello, I am working on a mod that will allow you to be able to change a biome in the game with a certain block or item. Please note I am not trying to change the entire biome, just a small section of it. I have searched for about 2 hours through the minecraft code looking for a way to change the biome but I haven't had any luck. If anyone knows how to do this or has any ideas on where to look any help would be appreciated. Quote
Draco18s Posted January 6, 2014 Posted January 6, 2014 Chunk.getBiomeArray() will return a reference to the per-block biome data. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
SquareMan Posted January 6, 2014 Author Posted January 6, 2014 Thanks man. I remember looking in the Chunk class but I guess I just missed that method somehow. Quote
Draco18s Posted January 6, 2014 Posted January 6, 2014 Thanks man. I remember looking in the Chunk class but I guess I just missed that method somehow. I only happened to run across it by accident. Glad to help out. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Recommended Posts
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.