Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Listen to that event on the forge bus and call the render method there after canceling the event.
  2. Please show the entire log. Additionally, would you verify that it works on a vpn?
  3. 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.
  4. 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.
  5. 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).
  6. 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).
  7. 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).
  8. The player UUID? You can get that directly on the player entity itself.
  9. Try deleting the config folder or the specific config in the folder.
  10. Most likely a mod compatibility issue with oculus; unsure which mod would it be, but you could either figure out that or remove oculus.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. Well, you likely need to add the mod to your mods folder or find and remove the mod which is throwing the error since it's not obvious what mod may be causing it.
  17. Please provide the debug.log from the logs folder within the game directory of the erroring account via a pastebin or gist.
  18. I suggest reading up on the wiki.
  19. 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).
  20. 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).
  21. 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.
  22. 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).
  23. 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.
  24. Please provide the debug.log from the logs folder within the game directory via a gist or pastebin.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.