Jump to content

scoopy

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by scoopy

  1. Do the x and z refer to block coordinates or chunk coordinates (or something else?). Thank you for all this, I had a look through all that and have come to a similar conclusion to you - it is a spaghetti mess. I think I'm going to try and do the math and create my own biome noise. Ill post anything I come up with that seems to work here (if I can achieve anything).
  2. Hi, I'm a bit confused about what the getNoiseBiome method does in BiomeProvider and how to implement it. I am trying to generate multiple biomes in my own dimension, however through testing I have found that only the biome set to be returned by getnoisebiome is actually generated in the dimension. Ive read some vanilla code but cant find anything clear on how this is meant to be used. Can anyone guide me in the correct direction to implementing this function in such a way that all of my custom biomes are generated in my dimension?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.