GlowingFrame param doesn't work at Furnitures

Server Version Paper version 1.21.10-113-main@9fc21bc (2025-11-14T16:11:13Z)

Plugin Version(s) ProtocolLib v5.4.1-SNAPSHOT-5773bcb MythicMobs v5.11.0-SNAPSHOT-4b0382d7 ModelEngine vR4.0.9 + Latest CRU build

Issue description: If you want to have glowing frame instead of base for your furniture - you need to use param GlowingFrame. Using it in the Furniture or in the States doesn't have any effect on furniture visuals. Btw GlowingItem still works.

Steps to reproduce:

  1. Use Furniture example from the wiki of Furnitures: https://git.mythiccraft.io/mythiccraft/mythiccrucible/-/wikis/Furniture#examples
TestFurnitureStates:
  Id: BRICK
  Model: 2
  Display: 'Test States'
  Type: FURNITURE
  Furniture:
    Material: BRICK
    Model: 2
    Barriers:
      - 0,0,0
    DefaultState: BROKEN
    States:
      HALF_REPAIRED:
        GlowingFrame: true
      REPAIRED:
        Lights: true
        GlowingFrame: true
        GlowingItem: true
  FurnitureSkills:
    - setFurnitureState{state=BROKEN} ~onInteract ?furnitureState{s=REPAIRED}
    - setFurnitureState{state=REPAIRED} ~onInteract ?furnitureState{s=HALF_REPAIRED}
    - setFurnitureState{state=HALF_REPAIRED} ~onInteract ?furnitureState{s=BROKEN}
  1. Click a few times to set the REPAIRED state.

  2. See nice brick with bright border, but without glowing frame.

image

F.e. how it should look (ofc including possible attached models):

image

Feel free to ping me in DS due to details: @DezForse

Assignee Loading
Time tracking Loading