CJMinecraft01 / DoubleSlabs

Finally.. we can create double slabs and mix slab types!
GNU General Public License v3.0
18 stars 8 forks source link

Prefab slabs render incorrectly #217

Closed WenXin20 closed 2 years ago

WenXin20 commented 3 years ago

Minecraft v1.16.5 Forge v36.2.4 Double Slabs v3.7.1 Prefab v1.6.5.10

The grass slab and the glass slab from prefab both render incorrectly as vertical slabs.

2021-09-17_01 46 50

CJMinecraft01 commented 2 years ago

Hi there! Apologies for the slow reply (as per your other issue). In regards to the grass slab issue, you need to add it to the uvlockModelBlacklist in the client config and that should fix the texture issue. I am looking into the glass slab issue now

CJMinecraft01 commented 2 years ago

Fixed the glass slab issue, it seemed that the glass slab item was being recognised as a valid slab so it allowed the slab to be placed vertically, but the glass slab block wasn't recognised so no vertical slab variant was generated. This will be fixed in the next update

WenXin20 commented 2 years ago

Thanks!