opekope2 / OptiGUI

Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support
https://opekope2.dev/OptiGUI/
MIT License
22 stars 4 forks source link

[FEATURE REQUEST] Custom overlays #78

Closed Angryfishdonut closed 8 months ago

Angryfishdonut commented 8 months ago

Hey! I was just thinking it'd be cool if you could use a resourcepack to add custom overlays to items if they're on your head. Like the pumpkinblur.

so you would need a .properties file and a .png in minecraft/optigui/custom

a .properties file could look something like

overlay=image.png(or file path) stretch=true (true would stretch the image to fit the screen like the pumpkin, false would black out anything outside the image like the spyglass. items=iron_helmet, golden_helmet blur=true

idk how plausible this'd be, but also supporting item renames would be nice, like with CIT mods.

name=ipattern:knight

opekope2 commented 8 months ago

OptiGUI is focused on replacing container GUI textures, not generic ones. I don't plan to add features outside this scope in the foreseeable future.

opekope2 commented 8 months ago

I might revisit this in the future, maybe in an extension mod, but no guarantees.