Posted September 27, 20159 yr I have a rectangular entity and I want to make a hitbox, but Minecraft only lets you make it square. Ho do I fix this? Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
September 27, 20159 yr Use this.setBlockBounds(float minX, float minY, float minZ, float maxX, float maxY, float maxZ); in your blocks constructor to change the blocks hitbox. No signature for you!
September 27, 20159 yr Use this.setBlockBounds(float minX, float minY, float minZ, float maxX, float maxY, float maxZ); in your blocks constructor to change the blocks hitbox. He's asking about an entity... -.- @OP Minecraft doesn't support horizontal-axis-based rectangular hitboxes, but there have been one or two people that have pursued this and, I think, come up with some solutions. Try searching the forums and you might find some of their threads. http://i.imgur.com/NdrFdld.png[/img]
September 27, 20159 yr Whoops... completely misread that. Should really get more sleep. No signature for you!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.