Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/03/20 in all areas

  1. Here is a forum. It operates under "forum" rules: threads stay "open" by default. The only reason to close threads (as in, a moderator locks it) is if it has been necro'd or is off topic (asking for help with unsupported versions falls into "off topic"). I don't know why so many people think that this place operates likes Stack Overflow.
    2 points
  2. I got into minecraft modding recently and was surprised by how hard it is to find useful up-to-date information. Because of that, I decided to document my learning journey and write a book about Minecraft modding for beginners. It applies to Minecraft 1.16.1 and the latest version of forge. Keep in mind it is still a work in progress. More chapters will be added in the coming days. Suggestions and questions also are welcomed. Link: https://thebookofmodding.ml/
    1 point
  3. You can use KeyBind#getLocalizedName to get what you want here.
    1 point
  4. How do i give something back to the player when he crafts something like the bottles or buckets?
    1 point
  5. I would say that in terms of actual rendering, you just need to be familiar with OpenGL. The non-generic part of rendering are mostly changes in the particle system and rendering system, which is not that huge of a deal to adapt to when Forge updates (might takes a few days to learn, but you will get there). Other than that, just check out the vanilla rendering examples (including usage of buffer builder, tessellator, etc) as well as the documentations on the model system. These change a lot between Forge versions. As for LTS, modders took a vote on that and 1.14 is preferred by most people. Modern versions of Minecraft is actually more stable and have better performance (compare the code with, say, 1.7.10). A lot of popular mods in 1.7.10 and 1.12.2 are rather... terribly written in terms of code (check their sources; most of them are open sourced). There isn’t any reason to not move on to newer versions apart from the large player base (which eventually moves on to newer versions anyways).
    1 point
×
×
  • Create New...

Important Information

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