Jump to content

Recommended Posts

Posted

So here is the problem I created a custom (lamp post block) using obj model because for some reason in the program block bench you cant do blocks higher than 32(i think that is json file limit??).

but i have the bounding box set to 4 blocks tall and it works for bounding box but the collision is only 2 blocks call and if i am not looking at the bottom(what would be one block) the bounding box doesn't show how can i fix this.

 

Thanks Discult.

 

Block Code:

 

Lamp post  block:

https://pastebin.com/rYvsddCS

 

Block OBJ: 

https://pastebin.com/CshfdFyz

 

 

Image 1:

Spoiler
  • Untitled.png.ce27b690a23d73377f85239df8f72efe.png

Image 2:

Spoiler

2.png.01a70b9483b3196eca90521af0cc9b8c.png

 

Posted

There is a reason models are limited to 2 blocks tall max and you shouldn't even do that. Models should be a 1x1x1 cube. If you need a big model either use a TESR or multiple blocks each with different parts of the bigger model. The collision boxes won't work properly if they are greater than 1x1.5x1 and even the 1.5x on the y axis is a hack in vanilla. 
Solution - use multiple blocks for big collision boxes.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.