-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
Trouble Adding Forge to Minecraft Launcher
ChampionAsh5357 replied to LukeMNCT's topic in General Discussion
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).
-
Having troubles while trying to install forge
ChampionAsh5357 replied to Black Spider's topic in Support & Bug Reports
First, what version of Java do you have? This issue is known to occur on some older versions. Additionally, post the contents of %windir%\system32\drivers\etc\hosts (Windows) or /etc/hosts (Mac, Linux). -
When I try to start up a forge server, I get this error.
ChampionAsh5357 replied to Praxor's topic in Support & Bug Reports
What version of Minecraft is this for? And is this the entire debug.log? -
Please use English on the forums. Also, what launcher are you using along with the version of Java? Both of these are known to cause issues.
-
Help Im Crashing while loading into a server
ChampionAsh5357 replied to Eshy'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). -
I cannot get forge to download
ChampionAsh5357 replied to Just_Galaxy'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). -
modded 1.19.2 crashing at world creation
ChampionAsh5357 replied to vapor619's topic in Support & Bug Reports
I would start by removing the performance mods since those can be known to have many conflicts. If that doesn't work, verify that the game can load without any Mods, then do a binary search: separating the mods into two piles, testing if they work, and repeating the process on any piles that don't until you get to the mods that are erroring. Also, it seems strange that your unable to log into your account, what launcher are you using to test this? -
modded 1.19.2 crashing at world creation
ChampionAsh5357 replied to vapor619's topic in Support & Bug Reports
Logs are created as soon as the game starts loading, so yes, there would be a log for it. -
Failed to Start Minecraft Server Forge 1.16.5
ChampionAsh5357 replied to erugef'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). -
Forge cannot load latest new mods
ChampionAsh5357 replied to Alden Graham's topic in Support & Bug Reports
Ok, it has been pointed out to me that you are using 1.12.2 and being either evasive or ridiculous. Locking this thread for out of date version, you will also be receiving a warning. -
First of all, this forum expects all topics to be in English, so I would suggest using a translator if you don't know the language. Second, this could be resultant of a few things: either you don't have Java installed, or you do and your jar association is broken (JarFix).
-
Instantly Crashes (1.19.2)
ChampionAsh5357 replied to GothicHamster's topic in Support & Bug Reports
Then enable the launcher logs on your minecraft launcher and copy the output from there. This is not enough information to tell us there even is a problem. -
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).
-
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 your debug.log, the profilers tell us nothing.
-
Forge cannot load latest new mods
ChampionAsh5357 replied to Alden Graham's topic in Support & Bug Reports
You pointed to where the log is on your desktop. Copy the contents of that file and paste in a gist or on pastebin (you can google how to do so). Then, leave the link here. As a warning, do not spam your topic to keep bumping it, people will reply whenever they can. -
[1.19.2] Custom mobs use fishing rods
ChampionAsh5357 replied to trumpet2112's topic in Modder Support
Unfortunately, you cannot have a custom entity use a fishing rod unless you remake part of the fishing rod. You can get away with not calling the `#use` method on the rod item, but you would need to spawn your own fishing hook entity and update the logic associated with it. It would probably be best to make this as part of a Goal or Behavior..