Frinn38 / Custom-Machinery

A Minecraft Mod about creating custom machines that works
GNU Lesser General Public License v3.0
45 stars 17 forks source link

How do you use shaders with this mod? #36

Closed Griffork closed 2 years ago

Griffork commented 2 years ago

I'm using optifine and the two different shaders I've tried have resulted in the blocks for this mod being completely invisible. How can I get this mod to work with shaders?

I have tried Complementary Shaders with compatibility mode set to on and AstraLex shaders. https://shadersmods.com/complementary-shaders/ https://shadersmods.com/astralex-shaders/

Frinn38 commented 2 years ago

Optifine remove some part of the MC/Forge code to "improve fps", Custom Machinery probably use one of the features removed by OF. It's impossible to debug as OF is closed source and can't be loaded in a dev workspace, so basically I can't do anything. At least it doesn't crash, that's a good improvement since last time I used OF.

lorenzocorallo commented 2 years ago

@Griffork have you found a solution?