-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
Failed to Authenticate error only on Forge
ChampionAsh5357 replied to Rhiku's topic in Support & Bug Reports
It's not a firewall thing, it has to do with what you are using to connect with your ip address, either ipv4 or ipv6. From what I've been told, it's likely that one direction is blocking the ipv6 traffic, using ipv4 instead preventing the connection from occurring. As such, you need to change the settings for your device or router to either block ipv6 traffic incoming and outgoing, or don't block either. -
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 can't connect to my modded 1.12.2 server
ChampionAsh5357 replied to Blaze273'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). -
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).
-
Minecraft 1.18.2 Forge 40.1.92 won't work
ChampionAsh5357 replied to CRAZYFAN125's topic in Support & Bug Reports
You need to install a Java 17 version yes. -
basic Intellij 1.8.9 forge template on github
ChampionAsh5357 replied to Mrcapy's topic in ForgeGradle
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). -
Try starting to develop it yourself and then ask for help once you get stuck.
-
Did you do this part?
-
Failed to Authenticate error only on Forge
ChampionAsh5357 replied to Rhiku's topic in Support & Bug Reports
So, after talking it over with somebody who knows more about connection protocols, it is likely that you have an improperly configured firewall that only blocking traffic in one direction instead of both as it is trying to connect with ipv6. You either need to block both directions or neither. -
Server 1.18.2 connexion error
ChampionAsh5357 replied to Black_Darte's topic in Support & Bug Reports
So, after talking it over with somebody who knows more about connection protocols, it is likely that you have an improperly configured firewall that only blocking traffic in one direction instead of both as it is trying to connect with ipv6. You either need to block both directions or neither. -
Custom projectile class that extends fireball
ChampionAsh5357 replied to Gamesterido's topic in Modder Support
That's interesting since the method reference should be able to interpret that correctly. You could try casting it to the correct type or by supplying a lambda instead of the method reference. You either need to implement the internal logic yourself or extend a different base class like Fireball which takes those parameters in the constructor. -
At what point does this crash: in the launcher, or after it has finished loading? If after loading, please provide the debug.log from the logs folder. If you are unable to obtain it there, you may need to enable the log output in the settings. If during the launcher period, please provide the launcher_logs.txt file instead.
-
Forge 1.16.5 "Exception ticking world" error
ChampionAsh5357 replied to momoko'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 am Getting an Error Message while loading Minecraft
ChampionAsh5357 replied to Olenderman'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). -
Failed to Authenticate error only on Forge
ChampionAsh5357 replied to Rhiku's topic in Support & Bug Reports
If you can, use a gist instead since that supports up to 100MBs. Not to be rude, but people are not going to download files off the internet from people they don't know. -
Minecraft 1.18.2 Forge 40.1.92 won't work
ChampionAsh5357 replied to CRAZYFAN125's topic in Support & Bug Reports
If you run `java --version` in the terminal, what version shows up? You need Java 17 to run Forge 1.18.2