Lib Multipart

Lib Multipart

46.7k Downloads

Multipart containers cull faces regardless of adjacent block transparency

Opened this issue ยท 4 comments

commented

It appears that multipart containers cull faces regardless of whether or not the block adjacent to them is transparent or not. This is most apparent if you place glass next to a multipart container as in the example below.

Multipart Cullface Issue

commented

Also seen with a torch on a fence post because for whatever reason it appears fences are automatically multipart containers even when they don't need to be.
Torch On Fence

commented

They don't for me:
image

What version of minecraft, LMP, and other mods are you using?

commented

I limited down the mods, the issue occurs with LibMultipart (0.3.3) and just Vanilla Parts (beta 1.1.2 for 1.15.1). In hindsight it's probably an issue with Vanilla Parts, I'll go report the issue over there.

Side question, which mod is the one you're using to test, with the vertical slabs and vanilla multiparts? I wasn't aware of any other implementation of vanilla multiparts.

commented

SimplePipes has facades (copied from buildcraft) which I expanded to include slab-like, half-slabs, quarter-slabs, and some corner variants.

(I use simple pipes as a test mod to ensure that everything works in my libs)