-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
Custom Player Model, Custom Player Animation
ChampionAsh5357 replied to None283's topic in Modder Support
Listen to that event on the forge bus and call the render method there after canceling the event. -
when i try to start minecraft this pops up
ChampionAsh5357 replied to Marmitadas's topic in Support & Bug Reports
Please show the entire log. Additionally, would you verify that it works on a vpn? -
[1.18.2] Use biome tags for BiomeLoadingEvent
ChampionAsh5357 replied to Buecher_wurm's topic in Modder Support
The main issue is that `BiomeLoadingEvent` intercepts the biome before it is loaded, so it wouldn't be in the registry. Additionally, I believe that the event is loaded before tags are populated, so you wouldn't be able to write anything anyways. In my opinion, I would just update to 1.19 with biome modifiers and use those since they have no issues supporting tags. -
How to replace/override Minecraft Forge PlayerRenderrer
ChampionAsh5357 replied to None283's topic in Modder Support
Well, the best you can do is to cancel the PlayerRenderEvent$Pre and then call the render method in the renderer you are creating. You could also just perform the logic directly without the renderer. -
1.16.5 jason does not appear
ChampionAsh5357 replied to _piratbanino_'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). -
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 player UUID? You can get that directly on the player entity itself.
-
Exit Code: -1; Rendering overlay failed
ChampionAsh5357 replied to IcedSushi12982's topic in Support & Bug Reports
Try deleting the config folder or the specific config in the folder. -
my game crash when i try enter to my worlds
ChampionAsh5357 replied to Nahe's topic in Support & Bug Reports
Most likely a mod compatibility issue with oculus; unsure which mod would it be, but you could either figure out that or remove oculus. -
Having big problem with forge after internet went out
ChampionAsh5357 replied to Nuggie___'s topic in Support & Bug Reports
Basically, Forge added full support for ipv6 traffic for Minecraft online. If ipv6 isn't being used in both directions to send and receive traffic (which is typically the case with these issues), it will likely result in a connection timeout as the connections are not always compatible with each other. Preferably, you don't want to disable ipv6 to take advantage of all the features that are supported for it, but afaik, the only windows applications that may be affected would be the mail app and probably any remote program designed by microsoft, so it wouldn't affect a good number of people. Jojo's solution is probably a good workaround for this, so I'll make a mental note for the future to use it. -
Having big problem with forge after internet went out
ChampionAsh5357 replied to Nuggie___'s topic in Support & Bug Reports
Yes, there should be no issue. It seems as though their account failed to authenticate so they are playing in offline mode. Would you mind asking them to disable their ipv6 traffic on their machine? You can lookup on the internet how to do so. -
The same way you would debug any Java application. If you don't know how to do so, I suggest reading up on how to use your IDE.
-
Mod generating the world with three layers of stone
ChampionAsh5357 replied to Infine's topic in Modder Support
First, this is not three layers of stone. There is stone and deepslate, which are each two separate biomes in most cases. The shale is most likely a feature. However, in general, you can either create three biomes each with differing depths so that they may be stacked on one another or you can use features to replace blocks within a certain area based on certain rules. -
Java 1.18.2 Modded Forge Server not loading
ChampionAsh5357 replied to Anubis161's topic in Support & Bug Reports
Can you provide the entire log? This only seems to be a partial output which doesn't really show any major issues that could cause a server not to load. -
Having big problem with forge after internet went out
ChampionAsh5357 replied to Nuggie___'s topic in Support & Bug Reports
Please provide the debug.log from the logs folder within the game directory of the erroring account via a pastebin or gist. -
I suggest reading up on the wiki.
-
[1.18.2] Can't reduce potion duration with effect.update()
ChampionAsh5357 replied to CrackedScreen's topic in Modder Support
PotionAddedEvent hasn't existed since 1.17. As such, 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). -
Open a dev environment in your IDE of choice and search through the library. There is no officially published javadocs and there will never be one.
-
Modded forge client wont launch past loading.
ChampionAsh5357 replied to NoscopePapa'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). -
Try removing optifine first to see if that fixes something. If that doesn't work, you might want to make sure the mods you are using are for the current version of Minecraft you are playing.
-
Forge no longer loading my SP worlds
ChampionAsh5357 replied to Kristyn Wardlow's topic in Support & Bug Reports
Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.