-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
[1.19] Projectile entity spawns with deflection
ChampionAsh5357 replied to Luckydel's topic in Modder Support
So, there are two parts to getting the bullet to shoot out from the camera location. For the position, you need the eye position, which has the same x/z coordinates, but a separate y coordinate (can be obtained through #getEyeY). Second, you need the rotation of the view camera. This is done through the view vector commands, though you don't need to call it three times, just store the vector. -
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.12.2 crashed by snowman? help
ChampionAsh5357 replied to Java3636'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). -
Minecraft keeps crashing when I select singleplayer
ChampionAsh5357 replied to Tayvon Larcks'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 cant open java edition after installing forge 1.19.2
ChampionAsh5357 replied to KingK1711's topic in Support & Bug Reports
What launcher are you using? And how did you download Forge? And when is it erroring such that you cannot open Minecraft? -
Error exit code 1 without mods help me pls
ChampionAsh5357 replied to oryebin's topic in Support & Bug Reports
You may just want to redownload and resetup the version of Forge you would like to use. This typically results from a corruption during library download when setting up. -
my forge server is not starting
ChampionAsh5357 replied to Foufoune'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). -
[1.16.5] Getting a TextureAtlasSprite
ChampionAsh5357 replied to Nike_Schuh'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.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).
-
[1.19.2] How to render a custom tooltip text box
ChampionAsh5357 replied to SoLegendary's topic in Modder Support
Try it an see, they both sound like plausible solutions. The latter may be better since unicode may not be translated across languages. -
Rendering entity made of multiples blocks
ChampionAsh5357 replied to iFaZe_'s topic in Modder Support
Apologies if it seems like I'm mad. I'm just trying to state the facts. When you say contradictory things like know the Java basics and learning Java, that leads me to believe you do not have a solid enough foundation to make a mod, hence my above statement. Forge doesn't provide any support for any versions that are not the current latest or LTS. Things change between versions of Minecraft and Forge is made up of volunteers, so we do not have the ability to maintain all versions. As such, there will likely always be at least one thing not compatible between versions (though it's usually more like a hundred things). -
Are you talking about running a server? If so, there should be a start script which handles that for you along with providing the necessary file.
-
Error when openning my server world
ChampionAsh5357 replied to AMCMIA'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). -
Rendering entity made of multiples blocks
ChampionAsh5357 replied to iFaZe_'s topic in Modder Support
This is illegal, the original mod was under all rights reserved and as such cannot be "modified". So an entity which rendered a chunk. Or it was back in the olden days so it could be weirder. Learn java first, then come back to modding once you have a basic understanding. Using a library before you learn the language is like trying to run before you know how to stand. Modding is a whole different beast comparable to winning an Olympic metal in gymnastics in our analogy. We do not provide support for people who do not understand at least an intermediate level of Java, so please come back once you do so. -
Can't launch mod with Geckolib as external jar in Eclipse
ChampionAsh5357 replied to ElectricCosmos's topic in Modder Support
What's the error? How does your buildscript look? Without showing or explaining things, we are unable to provide any help towards solving the issue. -
[Solved] Transparent texture parts rendered as non-transparent
ChampionAsh5357 replied to zskamljic's topic in Modder Support
Here is the specific link with the JSON format: https://minecraft.fandom.com/wiki/Tutorials/Models As for the render_type information, that is specifically added by forge so you would need to look in the source to know about it. -
Can't launch mod with Geckolib as external jar in Eclipse
ChampionAsh5357 replied to ElectricCosmos's topic in Modder Support
You should read their wiki: https://github.com/bernie-g/geckolib/wiki/Installation -
My game keeps crashing when I load into a world.
ChampionAsh5357 replied to Ctakep'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). -
my game stuck at worldgen 0%
ChampionAsh5357 replied to RealSlender'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).