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
23 stars 6 forks source link

Suggestion: skeleton horse variant support #31

Closed ViTulyankin closed 1 year ago

ViTulyankin commented 1 year ago

If there is already a support for this, pls explain properties

opekope2 commented 1 year ago

While it is documented here, this feature is being reworked in beta 4.

The current behavior is:

container=horse
variants=_skeleton_horse
texture=<replacement.png>

The rework will be on the dev-properties-rework branch, which will be merged into dev. This rework will be a breaking change.

opekope2 commented 1 year ago

The rework will still support everything (most things) OptiFine supports, but will add a new OptiGUI syntax for more advanced scenarios.

The new skeleton horse syntax is planned to be:

[skeleton_horse]
texture=<replacement.png>
ViTulyankin commented 1 year ago

Thanks for the quick reply!

opekope2 commented 1 year ago

You can track the progress of the rework in #32, and when beta 4 gets released, don't forget to check the documentation to learn how it works.