Jump to content

smithbro2115

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by smithbro2115

  1. Hello! I'm new to modding but have experience coding in Java. I'm spawning a large structure into the world using the structure and jigsaw blocks. My problem is that even if I add the structure to the NoiseEffectingFeatures list, the structure still really conflicts with the terrain. I'm not sure how to fix this since I haven't been able to find good documentation for the forge or minecraft packages. So I have two questions. Is there a way to smooth out the terrain before or after I generate the structure. Alternatively, is there a way to check and make sure there is a smooth bit of terrain of a certain size using the Structure class isFeatureChunk method (where I check if a chunk should generate the structure). Is there a good source of documentation for all the forge and minecraft classes? If anyone could point me in the right direction that would be great!
×
×
  • Create New...

Important Information

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