Posted January 26, 201510 yr How can I set my custom techne model to have a 2 block tall block boundry
January 26, 201510 yr setBlockBounds Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
January 26, 201510 yr So if you want the y to be 2 tall do : this.setBlockBounds(minX, minY, minZ, maxX, maxY, maxZ); minY= 0.0f maxY = 2.0f ~ExtendedHorizons
January 26, 201510 yr Author You can't have blocks that are larger than 2 blocks, at least not their collision box. How can I do the collision box then
January 26, 201510 yr I told you above about the block bounds you can change those however you like. ~ExtendedHorizons
January 26, 201510 yr Author How can I spawn in another block and make them mimic each other since it will have a gui
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.