-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
stackoverflow when joining server
ChampionAsh5357 replied to myles melby's topic in Support & Bug Reports
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. -
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).
-
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.
-
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).
-
Modded MC 1.16.5 weird freeze when exploring
ChampionAsh5357 replied to Shirilyss's topic in Support & Bug Reports
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). -
Can I use only single thread on forge server?
ChampionAsh5357 replied to w0s9sksks's topic in Servers
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. -
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.
-
[1.18.2] ItemRenderer#renderGuiItem save result to png file
ChampionAsh5357 replied to xkorot's topic in Modder Support
It's possible, but why do you want to do that? -
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).
-
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).
-
Mineshaft&Monsters Minecraft World Freezes
ChampionAsh5357 replied to shararashik's topic in Support & Bug Reports
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). -
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.
-
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).
-
Forge 1.12.2 only works out of wifi
ChampionAsh5357 replied to Mateo Manchola's topic in Support & Bug Reports
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). -
`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.
-
Minecraft Forge 1.16.5 modded crash
ChampionAsh5357 replied to GrimmWolf's topic in Support & Bug Reports
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). -
RLcraft server wont start what am i missing
ChampionAsh5357 replied to Technoviper117's topic in Support & Bug Reports
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). -
Fail to compile forge in gradle for 1.12.2
ChampionAsh5357 replied to buridan's topic in Support & Bug Reports
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).