-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
crash after e few seconds in the world
ChampionAsh5357 replied to Zere'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.4 (Latest) and 1.18.2 (LTS). -
Ok, what does your build.gradle look like?
-
How to make custom horse armor? (Forge 1.19.2 43.2.11)
ChampionAsh5357 replied to The Typholorian's topic in Modder Support
Add a new HorseArmorItem, with the ResourceLocation specifying the texture location of the horse armor you are trying to add. -
OpenMod servers, how-to do with last versions?
ChampionAsh5357 replied to William Dekers's topic in Support & Bug Reports
If they do not support using Forge with the current setup, it means that your hosting site needs to update its features. The change was from Java; Forge just adjusted to the change. -
How are you registering the boat? Because that suggests you're trying to register the boat when it spawns, and not during the registry portion.
-
If you want it to keep going after it hits an entity, you'll probably need to rewrite AbstractArrow#tick to keep updating the position after the entity has been hit and now treat it as actually 'hit'.
-
You request has been submitted and will be handled during the next batch of account removals.
-
1.11.2 How do i fix forge 1.11.2 not installing?
ChampionAsh5357 replied to Bodhz1410's topic in Support & Bug Reports
Please provide the entire log instead of a partial one. -
First, your Java version is incorrect. It should be Java 17 for 1.18+, Java 16 for 1.17, and Java 8 for 1.12.2-1.16.5. Second, 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.
-
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.4 (Latest) and 1.18.2 (LTS).
-
If you're using IntelliJ, then just File -> Invalidate Caches. Otherwise, just delete the $HOME/.gradle/caches/
-
[1.18.2] Make the player model translucent (ghost-like effect)
ChampionAsh5357 replied to bl4d3tv's topic in Modder Support
The context is constructed when the renderers are to avoid duplication, but since you have access to the renderer in the event, you should just be able to access the layers (whether you'll need an AT or not will depend). Though, looking at how complicated this is getting, it may just be worthwhile to use a mixin instead into LivingEntityRenderer#render and inject into where #renderToBuffer is called and replace the last local variable with whatever value you want at a given time. Though, we do not support mixins on this forum yet, so you would be on your own (though we do support it on the discord channel in #non-api-modding). -
I will repeat the same thing again: Where's the renderer and model? Have you registered an entity type? An entity needs those things to be able to function without crashing.
-
Try invalidating the gradle cache before running `downloadAssets`.
-
Ok, what are you doing with it? Where's the renderer and model? Have you registered an entity type? An entity needs those things to be able to function without crashing.
-
What version of Minecraft is this for?
-
Why do you need to write code that runs before your mod runs?
-
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.4 (Latest) and 1.18.2 (LTS).
-
Minecraft server not working
ChampionAsh5357 replied to shadow843678'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.4 (Latest) and 1.18.2 (LTS). -
Forge Crashes when i Add Optifine
ChampionAsh5357 replied to godzkaiju'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.4 (Latest) and 1.18.2 (LTS). -
[1.8.8] Draw a line from a player to an entity
ChampionAsh5357 replied to Kifo'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.4 (Latest) and 1.18.2 (LTS). -
Hmm, you might want to take a look through the auth issues post then: