fayer3
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...
duplicate of #89
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
what is a rein?
do you have a screenshot of what you mean?
screenshot for reference  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