Jump to content

ChampionAsh5357

Members
  • Posts

    3284
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by ChampionAsh5357

  1. 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).
  2. Ok, what does your build.gradle look like?
  3. Add a new HorseArmorItem, with the ResourceLocation specifying the texture location of the horse armor you are trying to add.
  4. 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.
  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.4 (Latest) and 1.18.2 (LTS).
  6. 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.
  7. 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'.
  8. You request has been submitted and will be handled during the next batch of account removals.
  9. Please provide the entire log instead of a partial one.
  10. 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.
  11. 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).
  12. If you're using IntelliJ, then just File -> Invalidate Caches. Otherwise, just delete the $HOME/.gradle/caches/
  13. 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).
  14. 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.
  15. Try invalidating the gradle cache before running `downloadAssets`.
  16. I'm not sure why you would need a custom render type for this. It's just a matter of surrounding the entity with particles and checking on the client whether the particle's position is closer to the player than the entity.
  17. 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.
  18. What version of Minecraft is this for?
  19. Why do you need to write code that runs before your mod runs?
  20. 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).
  21. How are you setting up the server? And what do you mean by not generating the correct files? You are using the install server button when running the server correct?
  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.4 (Latest) and 1.18.2 (LTS).
  23. 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).
  24. 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).
  25. Hmm, you might want to take a look through the auth issues post then:
×
×
  • Create New...

Important Information

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