Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/17/19 in all areas

  1. How different mods handle custom advancements rendering? This can't be just JSON, there must be something more, but I can't find anything about that. Most of them are allowing to press on one of the advancements and see more details or there are lists of required items in the tooltip. Even something small as positions and custom image for the lines connecting advancements together. Opening different windows with different advancements using items instead of the one with default hotkey "L". Should I look for specific classes and override their methods or what's up with that? #Edit Looks like it's made using Triumph and Better Advancements. Not sure how to add that to my mod as these mods are mostly used in modpacks.
    1 point
  2. And probably more. Remember, both are written in Java and the only limitations are those where there aren't API hooks. Forge has different hooks than Bukkit, but the overlap is pretty close to Forge having everything Bukkit does, and probably some extras. Because Forge is open source developed, anyone who needs a new hook can write a pull request to get that hook added to Forge. Doesn't necessarily mean it will be approved, but in my experience Bukkit is rather static with the opinion of if Bukkit can't already do it, then it isn't needed.
    1 point
  3. I would suggest you start with the documentation so you can understand the basics of modding (as well as the difference between Server and Client side). Stay away from the YouTube videos - there are a lot of people out there who give bad advise and teach bad coding practices. Here are some good starter tutorials: https://cadiboo.github.io/tutorials/ . I would also recommend starting with MC 1.12, the later versions are still being flushed out. Good luck! /Philip
    1 point
  4. thank you for explaining it to me! I was able to figure the rest out myself
    1 point
  5. In addition to gradlew eclipse you also need to run gradlew genEclipseRuns.
    1 point
  6. Righto. That works perfectly fine, Thank you very much!
    0 points
×
×
  • Create New...

Important Information

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