Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. Just create another profile in the Minecraft launcher.
  2. Try doing so now. The maven was down for a few hours yesterday.
  3. Please provide the entire debug.log from the logs folder within the game directory via a gist or pastebin.
  4. Try doing so now. The maven was down for a few hours yesterday.
  5. Try running it now. The maven when down for a few hours yesterday.
  6. You use an AbstractTickableSoundInstance that keeps track of the entity on the client. Then, you just adjust the volume of the sound in the #tick method depending on some activation function you specified. Stop the sound once the entity is removed from the game.
  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.4 (Latest) and 1.18.2 (LTS).
  8. 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).
  9. Why do you want to change the skin instead of just adding another layer on top of the existing model?
  10. Use your IDE to find anything you need. The animations for the allay are in AllayModel#setupAnim.
  11. Please provide the entire log from the installer. There is no error in what you have provided.
  12. 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).
  13. You should probably get vanilla Minecraft stable before you start using Forge, so I would suggest looking through that debug.log and see where it crashes for what reason. 4GB of RAM should be more than enough to play Minecraft, so it's either configured incorrectly, or your machine cannot dedicate that much RAM to the game currently, which would mean you need to close some processes or you don't have enough RAM in your machine to begin with. Regardless, 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).
  14. 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).
  15. My bad, I might have been misremembering the implementation. Still, it would require rewriting a huge portion of the feature flag logic to make it possible with a massive bump in computation time since any dynamic solution would take longer than the nanoseconds needed to check a bitmask.
  16. Ah, I missed the unsupported version. Apologies, but 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).
×
×
  • Create New...

Important Information

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