Verticle Slabs Texture not working
AlchemicalAlek opened this issue ยท 6 comments
Hello,
I ran into the same rendering issue while trying out the mod. All the wooden slabs would appear glitched as you have posted whenever I ran any shaders. It would render normally without any shaders on.
The fix I found was the following; in the config file of the mod, you will find an option for lazy vertical slabs. Remove the wooden slabs from there as shown below, and it might fix the rendering issue. It did for me.
Thanks for the fix! Much appreciated!! How do I enter the config? The button wont work
In your minecraft folder, you will find a config folder as shown below:
In the config folder, you will find the double slabs client config file in .toml format, as shown below:
Open it using an editor (I used notepad++), and do the edit I had mentioned earlier. And voila!
Hope this works for you too!
Cheers!