Jump to content

Novârch

Members
  • Posts

    422
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Novârch

  1. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support, and use Java 8 to fix your problem.
  2. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  3. A few questions about that, do I make an instance of PlayerModel or PlayerRenderer, how do I set the model's position, how do I get an instance of IVertexBuilder, do I make my own if so how does it work?
  4. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Use Java 8 to fix your problem.
  5. What about making a custom entity and setting it's position to the player's?
  6. I don't think that's what I'm looking for, one of the conditions is !(entity instanceof ClientPlayerEntity), my issue is the player not rendering, the renderViewEntity renders just fine up to a certain distance from the player.
  7. Well, I'd set the player invincible as that seems to make mobs ignore him and set the renderViewEntity to your custom mob or whatever mob you want to use, then use some keybind magic to make it move, I'm actually working on something similar right now, namely a remote controlled plane.
  8. Why don't you just add some Y velocity to the player?
  9. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  10. Anyway, in theory it looks pretty simple. I'd look at how the game handles player attacks and combine that with something like World#getClosestEntity.
  11. Let him be, he probably just watched the FitMC video on combat and thought it would be cool to make his own client.
  12. You heard of Wurst client? They have a git repo, here.
  13. I wonder what you could do about that? Remove the mod.
  14. I've made a custom entity that I use Minecraft#setRenderViewEntity with. I do this because I want the player to be able to remotely control the entity and I think it looks cool. When using the method the player's model disappears, how can I prevent that, is there a better method do achieve the effect I'm looking for?
  15. Forge version, mod list.
  16. 1.12 was released IN 2017, it's 2020. Forge isn't fast, you're slow.
  17. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. AbstractGui and Button or a class that extends AbstractButton. Other than that it seems like you're asking the forum to make your mod for you.
  19. More context is required.
  20. 1.8.9 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support
  21. That's the RECOMMENDED version, use the LATEST version.
  22. This helped, thanks you! Just tested that, works fine without any modification of the code.
×
×
  • Create New...

Important Information

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