Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/22/20 in all areas

  1. Biomes are handled through forge registries while chunk generators are handled through vanilla registries. You can find examples of both within the source or the docs. The codec class is essentially a generic algorithm that is not applicable to any one format. This allows different file operations to call this codec to handle in their specific file format. Here's a basic explanation of how to set up a codec. This article is completely independent of Forge itself and is not written by Forge.
    1 point
  2. Hello, I am trying to learn how to make simple minecraft mods in java. I am following multiple tutorials, and in each one it shows to download the minecraft forge MDK. I do this and it seems to be the all good, however, in the tutorials it shows a that the minecraft forge folder has a folder in it called eclipse. Mine does not have it. I downloaded different versions, but all of them do not seem to have the eclipse folder. Right now I am using 1.15.2-31.1.10, but I tried other 1.15.2 downloads, and even a 1.12.2 download. Please help solve this frustrating problem!
    1 point
  3. You have to make a ChunkGenSettings class and edit it there, that's how i got my sea level to be different. I'm using 1.12.2 however, so idk how different it will be for you. I've just been following tutorials online, nor do I know much about coding in general. Sorry if it's not much help
    1 point
×
×
  • Create New...

Important Information

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