mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
chore: change shading pattern for new gui
This commit is contained in:
@@ -95,9 +95,9 @@ menu-settings:
|
|||||||
# Below is the shading mechanism behind cosmetic items. This is a bit complicated, but it allows for a lot of customization.
|
# Below is the shading mechanism behind cosmetic items. This is a bit complicated, but it allows for a lot of customization.
|
||||||
# The shading is done through the title and by shifting textures around. This is done by offsets.
|
# The shading is done through the title and by shifting textures around. This is done by offsets.
|
||||||
# Only Nexo is support by default. Vanilla can't properly handle it without a lot of unicodes and ItemsAdder adds weird offsets and decolors it. (This is why it is disabled by default)
|
# Only Nexo is support by default. Vanilla can't properly handle it without a lot of unicodes and ItemsAdder adds weird offsets and decolors it. (This is why it is disabled by default)
|
||||||
enabled: false # Default of menus having shading. This can be toggled individually in menus with "shading: true/false"
|
enabled: true # Default of menus having shading. This can be toggled individually in menus with "shading: true/false"
|
||||||
first-row-shift: "<shift:-169>" # Nexo: "<shift:-169>"
|
first-row-shift: "<shift:-153>" # Nexo: "<shift:-153>"
|
||||||
sequent-row-shift: " <shift:-169>" # Nexo: " <shift:-169>" (Space is important here!)
|
sequent-row-shift: " <shift:-153>" # Nexo: " <shift:-153>" (Space is important here!)
|
||||||
individual-column-shift: "<shift:-3>" # Nexo: "<shift:-3>"
|
individual-column-shift: "<shift:-3>" # Nexo: "<shift:-3>"
|
||||||
background: "<glyph:shade_row_<row>:colorable> " # Nexo: "<glyph:shade_row_<row>:colorable>
|
background: "<glyph:shade_row_<row>:colorable> " # Nexo: "<glyph:shade_row_<row>:colorable>
|
||||||
clear-background: "<glyph:clear_row_<row>:colorable> " # Nexo: "<glyph:clear_row_<row>:colorable> "
|
clear-background: "<glyph:clear_row_<row>:colorable> " # Nexo: "<glyph:clear_row_<row>:colorable> "
|
||||||
|
|||||||
Reference in New Issue
Block a user