cubex2 / customstuff4

A Minecraft mod for adding content
https://minecraft.curseforge.com/projects/custom-stuff-4
GNU General Public License v3.0
25 stars 14 forks source link

[Request] Non-cubic bounding boxes? #63

Closed arfink closed 6 years ago

arfink commented 6 years ago

Could you please document how to make a block bounding box that is not cubic? EG: rectangular-prism bounding boxes. Thanks!

cubex2 commented 6 years ago

You can use different values for the from or to properties like [0.5, 0.75, 0.5] to make the bounding box not cubic. I'm not sure what you mean with rectangular-prism.

arfink commented 6 years ago

That is exactly what I mean. Thanks. :)