Posted November 3, 201410 yr Hello, I created a Techne model that is two blocks wide. I can render this no problem, however I don't know how to properly set the bounding box up. I tried setting the bounds using setBlockBounds(0F,0F,0F, 2F, 1F, 1F) and this indeed created a 2-block wide bounding box (black wire-frame), however, I can walk right through the model/block at the 2nd block area. Any thoughts? Thanks
November 3, 201410 yr You need a multi block structure (like a bed/double plant). Make one block render and have the other be a placeholder. When the player breaks a block, set the other one to air. Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
November 3, 201410 yr Author Thanks. Is there a way to do it with using an Entity as opposed to a double Block structure?
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.