Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. 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.2 (Latest) and 1.18.2 (LTS).
  2. Most likely, it is either quark or lodestone (most likely in combination) that is causing the issue. If not, simply split the mods into two piles and load the game up which each pile. If the error still occurs in one pile, keep splitting until you've whittled it down to the erroring mods.
  3. 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.2 (Latest) and 1.18.2 (LTS).
  4. How are you verifying this claim? I assume you're looking at some GUI. If so, can you please provide the code for the menu and screen? I imagine the issue lies there. If not, you need to provide the entire block entity class.
  5. That is because you return null within your ArmorMaterial for `#getName`. This should be set to your material name with your modid appended (e.g. `examplemod:examplematerial`). As an additional heads up, none of the getters should return null, otherwise the game will most likely crash when executing the associated operation. You can use the vanilla enum class as a decent starting point on how to set it up properly.
  6. 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.2 (Latest) and 1.18.2 (LTS).
  7. 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.2 (Latest) and 1.18.2 (LTS).
  8. 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.2 (Latest) and 1.18.2 (LTS).
  9. Please use English when making a forum post, even if you must use a translator service. Additionally, vanilla, and by extension Forge, does not run on a single thread. I would suggest using the internet to learn more accurate information about the game itself. As for getting a computer, my advice is to focus on what you plan on using it for the most and build or purchase your computer around that.
  10. The error is nonspecific and the log posted does not provide any real clue about what could cause that. So I would try two things: 1. Remove naturalist since it seems to be failing on the mixin refmap which may cause an error. 2. If the above doesn't work, split the mods into two piles and load them separately. If one pile works, you'll know that none of the mods in there are erroring. If it doesn't, split the pile once again and repeat until only the erroring mods are separated.
  11. 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.2 (Latest) and 1.18.2 (LTS).
  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.2 (Latest) and 1.18.2 (LTS).
  13. 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.2 (Latest) and 1.18.2 (LTS).
  14. Provide the entire class and any related block classes. You seem to be overriding some custom code called `tickServer` which doesn't help us see whether the code is called. Additionally, most of the fields used are not in the associated classes you mentioned, so it would be hard to pinpoint what you are trying to convey.
  15. 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.2 (Latest) and 1.18.2 (LTS).
  16. 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.2 (Latest) and 1.18.2 (LTS).
  17. 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.2 (Latest) and 1.18.2 (LTS).
  18. `EntityRenderersEvent$RegisterRenderers` is on the mod event bus. `EntityAttributeCreationEvent` is on the mod event bus on both sides. The event bus subscriber in the registry class is doing nothing.
  19. 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.2 (Latest) and 1.18.2 (LTS).
  20. 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.2 (Latest) and 1.18.2 (LTS).
  21. 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.2 (Latest) and 1.18.2 (LTS).
  22. 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.2 (Latest) and 1.18.2 (LTS).
  23. 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.2 (Latest) and 1.18.2 (LTS).
  24. 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.2 (Latest) and 1.18.2 (LTS).
×
×
  • Create New...

Important Information

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