Posted May 2, 201510 yr Hello guys. So I've loaded the beacon .json model file, up in Cubik. I made some changes to it, so that it no longer are a whole block in width and length, but a little smaller (Linked screenshot for better visualization). My question is, how do i change the black box to only be the high, width and length that the block actually has? Screenshot: http://gyazo.com/bae454e00e0a027fcf73f60ea163cc4a Thank you -nikko4913
May 2, 201510 yr The block class has fields that define the bounding box: minX, maxX, minY, maxY, minZ, maxZ. If you wanted to make block bounding box 1.5 blocks high you would make maxY = 1.5D. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
May 2, 201510 yr ALERT: do not make your bounding box extend outside 1 full cube. It won't work or will behave oddly. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 2, 201510 yr ALERT: do not make your bounding box extend outside 1 full cube. It won't work or will behave oddly. Why do you say that? At least I haven't had problems with changing height, and in fact things like fences do it that way. Changing X and Z I'm not so sure. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
May 3, 201510 yr ALERT: do not make your bounding box extend outside 1 full cube. It won't work or will behave oddly. Changing X and Z I'm not so sure. You are correct that it's fine for Y, as Fences do do that. But it doesn't work in the other two directions. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.