-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
Error on forge server start, help needed.
ChampionAsh5357 replied to scoops's topic in Support & Bug Reports
You are using Java 19; you need to use Java 17 instead. -
My Minecraft Pixelmon Keeps Crashing
ChampionAsh5357 replied to Fortnite213's topic in Support & Bug Reports
The above help is all you will receive since this is an issue with M1 chips. Otherwise: 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). -
Having issues with making a forge server
ChampionAsh5357 replied to Aetheria's topic in Support & Bug Reports
Try `java -version` then. But judging by that response, you need to download Java 17 since you probably have Java 8 currently. -
java.net.UnknownHostException: libraries.minecraft.net
ChampionAsh5357 replied to Dyp1xy's topic in Support & Bug Reports
In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: notepad %windir%\system32\drivers\etc\hosts 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread. -
Help with World#isClientSide(), always returning true.
ChampionAsh5357 replied to Diglis'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). -
First, you can simply replace an registered item by simply reregistering it using one of the Forge registry methods. Second, you shouldn't do this as you're just making a lot of potential things incompatible. I would just recommend creating a new sword item or using an event to intercept the damage calculation.
-
How to use RCON on a Forge mod to execute console command?
ChampionAsh5357 replied to Chai Sam's topic in Modder Support
We are not bukkit, you should probably ask them for help as they probably have more insight into whether you need to do this or not. -
The slab block? Look at how the FurnaceBlock specifies side using a property. #getShape. Mojang deprecates the method for usage, not overriding.
-
Either the mods being added or the mod in the pack is most likely doing something that's preventing the model set from properly handling new mods. If you want to add more mods, you'll probably need to find out which of the existing mods is causing an error by splitting the mods and testing them each with one of the mods you are adding.
-
[1.19.3] How to make custom item right click animations?
ChampionAsh5357 replied to EveryBlu's topic in Modder Support
Test mods from Forge are a good place to start when looking for features. For example, the ItemUseAnimationTest. -
You should probably look at this since it seems to be something that uses KubeJS failed.
-
This seems like an issue with some bukkit third party thing with Forge. Please ask wherever they provide support.
-
Please provide the entire debug.log from the logs folder in the game directory via a gist or pastebin.
-
Don't use OptiFine, it tends to break most mods which does anything major with rendering. There are better alternatives like rubidium and oculus.
-
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).
-
Having issues with making a forge server
ChampionAsh5357 replied to Aetheria's topic in Support & Bug Reports
Can you verify the output when running `java --version` in a terminal? -
pls idk what to do, dont understand
ChampionAsh5357 replied to NotNoah's topic in Support & Bug Reports
You are currently using Java 19; you need to use Java 17. -
[1.19.2] Align Jigsaw structure to hill walls
ChampionAsh5357 replied to Skyriis's topic in Modder Support
Yeah, apologies. In that case you can look at how the buried treasure pieces work to figure out how to check the surrounding blocks and then apply. Unfortunately, none of the existing structure settings or checks will work just purely because how you want the structure to generate. -
"The game chrashed whilst rendering overlay" End code: -1
ChampionAsh5357 replied to Maggot5's topic in Support & Bug Reports
Java 8 for 1.12-1.16, Java 16 for 1.17, and Java 17 for 1.18+. However, judging by the fact you're trying to ask for 1.16.5 help while disguising it as 1.19.2: 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). -
"The game chrashed whilst rendering overlay" End code: -1
ChampionAsh5357 replied to Maggot5's topic in Support & Bug Reports
I mean...the only mods in the folder when playing a particular version is mods for that version. Having a mod from a different version will definitely cause it to crash. So as I said, you have a mod that is not for the version you are currently playing on in the folder.