Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. vinery seems like it's for an earlier version of Forge. Check to see if the mod can be updated.
  2. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  3. That's the entity. I was talking about the item stack, which you can get from the entity itself.
  4. Did you remove any mods or change anything?
  5. Seems like an issue with rubidium, though it is more likely some mod that is incompatible with it.
  6. You cannot AT a protected method as you have no ability to make any subimplementations a wider access as well. See the warning message for safe methods to transform.
  7. I have no idea what this means. You need to return an actual value.
  8. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  9. Seems to be an issue with immersive portals; try removing it.
  10. Since it's a CME, there are at least two mods that are not doing thread-safe logic. Unfortunately, it's impossible to determine which two without looking through the source code or having the debug log provide more information on the current state of the JVM. If you can provide a log containing the information on what each thread was doing at the time, it would be easier to diagnose rather than bruteforcing it.
  11. Since you're using an AMD graphics card, update to the latest "Recommended WHQL" graphics drivers. Do not get the "Optional" one: https://www.amd.com/en/support
  12. The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently, supported versions are 1.19.4 (Latest) and 1.18.2 (LTS).
  13. Since you're using an AMD graphics card, update to the latest "Recommended WHQL" graphics drivers. Do not get the "Optional" one: https://www.amd.com/en/support
  14. You're welcome to join the Forge discord, but that doesn't change what you need to do. You'll receive the same help. Simply copy the contents of the open file here.
  15. Please provide the logs when using Java 17. This is currently using Java 20.
  16. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin. You may need to enable it within the curseforge launcher.
  17. It's likely an incompatibility with placebo and apothesosis. Make sure you have the correct versions of each mod such that they work with each other.
  18. It looks like you have a config open in another program while it is trying to read/write to the file. You should close the program or delete the configs.
  19. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
  20. I will mention that you should specify what the parameter names are and why your code is structured as such. Currently, it just looks like copy-paste from a pillager or skeleton.
×
×
  • Create New...

Important Information

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