Jump to content

Jetug

Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jetug

  1. It works thanks!
  2. I have a mountable mob and I want to disable dismounting with shift key for it
  3. I'm not asking for a solution only for 1.16.5, a solution for more current versions will be fine as well
  4. Because I need multiple hitboxes to determine which part was damaged.
  5. Does the forge have some method that allows you to disable interaction with the hitbox for a specific player? Or can I override GameRenderer.pick()?
  6. I'm making a mod that adds mechanical armor. Armor is an entity with multiple hitboxes (I made it with PartEntity objects) and these hitboxes don't let me interact with the world (like breaking blocks or opening chests) when I start riding this entity.My code
×
×
  • Create New...

Important Information

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