-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
unsupported class file major version 63
ChampionAsh5357 replied to Ktoś_PL's topic in Support & Bug Reports
You are currently using Java 19; you need to download and use Java 17. -
Hosting a server with a custom mod pack
ChampionAsh5357 replied to Charleston_mann's topic in Support & Bug Reports
You are likely loading a client only mod on the server. You will need to remove the client only mods from the server (mouse tweaks is a guess at one of them). -
Error when launching Forge for 1.16.5
ChampionAsh5357 replied to Cass Smith'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.3 (Latest), 1.19.2, and 1.18.2 (LTS). -
loading screen gets to joining world then crashes
ChampionAsh5357 replied to Austin Harvey's topic in Support & Bug Reports
Seems you are not using a version of oculus that is supported by 1.19.2. You should update it. -
Error During Common Setup event phase
ChampionAsh5357 replied to IdkLol'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.3 (Latest), 1.19.2, and 1.18.2 (LTS). -
user_jvm_args.txt can not be found
ChampionAsh5357 replied to Robin007's topic in Support & Bug Reports
Check what java version you have installed in your terminal via `java --version` or `java -version` (most likely the latter will work). If not Java 17, download Java 17. -
Help when i try to run it just says this
ChampionAsh5357 replied to BadGutReal'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.3 (Latest), 1.19.2, and 1.18.2 (LTS). -
[1.16.5] mc.objectMouseOver in 1.16.5
ChampionAsh5357 replied to zjabaxdxd's topic in Modder Support
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.3 (Latest), 1.19.2, and 1.18.2 (LTS). -
Can't find Biome.SpawnListEntry in forge 1.16.5
ChampionAsh5357 replied to furbomomma's topic in Modder Support
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.3 (Latest), 1.19.2, and 1.18.2 (LTS). -
java.net.UnknownHostException: libraries.minecraft.net
ChampionAsh5357 replied to Dyp1xy's topic in Support & Bug Reports
Hmm, would you mind disable ipv6 traffic on your machine and try again? It could be that it's sending out ipv6 traffic in one direction and return ipv4 in another which would cause the connection to fail. -
It is most likely a mod, but you should probably attach a profiler that's separate from the jvm instance to get a better view of which mod is doing so. Spark is useful if the game doesn't crash, but an external profiler would probably be better suited to diagnose your issue. Or, you can just look at the spark data if you have it to see what's causing the issue.
-
How to get world save folder name as string?
ChampionAsh5357 replied to X66Herobrine66X's topic in Modder Support
We don't support MCreator here. Learn Java completely first. Without doing so, you'll likely be confused on most explanations given on this forum since we assume a decent level of Java knowledge is known by modders. Why do you want this? You should not need to do anything in the world folder. Since this is a backport, do you have permission to backport this mod from the author (or at least have it from a permissible license)? -
Custom Player Model, Custom Player Animation
ChampionAsh5357 replied to None283's topic in Modder Support
Look at any LivingEntityRenderer subtype; PlayerRenderer is actually responsible for supplying the model for the player. You would be responsible for handling the logic in there, or you can create your own subtype and then call the #render method for the logic. This is not really Forge and more like vanilla Minecraft. You would have to do this for any mod loader. -
Game crashes when clicking respawn (1.19.2)
ChampionAsh5357 replied to CrisCrosss's topic in Support & Bug Reports
Seems to be an issue with betterweather; try removing it. -
Server won't start up when I add mods
ChampionAsh5357 replied to lumifi's topic in Support & Bug Reports
You are using Java 19; you need to use Java 17.