MCLegoMan / Perspective

Client-side features for Fabric and Quilt
GNU Lesser General Public License v3.0
3 stars 1 forks source link

similar to the other namespace bug, when loading textures in a post s… #5

Closed Nettakrim closed 1 year ago

Nettakrim commented 1 year ago

similar to the other namespace bug, when loading textures in a post shader there is an oversight where the location would have to be in minecraft/textures/effect/

interestingly, neither satin or architectury fix this, souper secret settings will do so in the next update

(see https://github.com/Nettakrim/Souper-Secret-Settings/blob/main/src/main/resources/resourcepacks/expanded_shaders/assets/expanded_shaders/shaders/post/autumnal.json for an example of texture loading being used)

funnily enough textures/effect/ is the same length as shaders/program/, so the substring is still 16

MCLegoMan commented 1 year ago

I'll merge it soon! I'll add a check for if mod versions are loaded so Perspective will disable this for the next Souper Secret Settings update.