fayer3

Results 292 comments of fayer3

jcpp only replaces the options afaik it only evaluates boolen expressions in #ifs

you could maybe do some regex to convert ``` program.X.enabled=A && B || C ``` to ``` #if !(defined A && defined B || defined C) program.X.enabled=false #endif ``` that...

nothing we can really do here, the GUI is rendered as an entity in the world, so it will be affected

hm, thought you meant core shaders for a bit, those could be sidestepped maybe. but nothing that can be done about post shaders, those run on the final image, can't...

not an issue, jrbudda just only keeps the version info for the latest sub release, so 1.20.4

do you have a screenshot of what you mean?

screenshot for reference ![grafik](https://github.com/Vivecraft/VivecraftMod/assets/8282299/8446b35c-67dc-48b6-96a6-928dd1a33eaa) and code links https://github.com/jrbudda/Vivecraft_112/blob/master/patches/net/minecraft/client/model/ModelHorse.java.patch you only want the visual rein, or also the control stuff it comes with?

was removed in 1.15 btw, probably because of the rendering changes, and then forgotten