Posted September 27, 201510 yr I have a problem with the boundingBOx of one of my blocks. It is larger than one by one which causes the player to glitch arround when colliding with it. Somehow the player collides at z=1 instead of z=1.5 as i wrote for maxZ. How can i fix this?
September 27, 201510 yr X and Z dimension of block above 1.0 is not supported. There is no way (without asm) to change that. Y on the other hand allows a little bit expanding (example: fern). How to eal with it? - create multi-block structure with full 1x1 block in middle, 1x0.5 blocks on sides and 0,5x0,5 block in corners. 1.7.10 is no longer supported by forge, you are on your own.
September 27, 201510 yr Why do you need tutorial for that? (you can always use google). Task is simple af. You just place additional surrounding blocks in onBlockPlaced of central block. You use few different blocks and their metadata to make proper partial blocks (their orientation). Then in onBlockBreak you check surroundings and also break blocks connected to it. 1.7.10 is no longer supported by forge, you are on your own.
September 28, 201510 yr Author IM SO STUPID: I HAVE TO SET MY BRAIN TO TRUE BEFORE I POST STUFF! public void toggleInteligence(){ Modder.brain.activate(); } Thanks anyway
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.