Energy bars not visually syncing with Data Attatchments #304

Open
opened 2026-08-18 12:43:14 +00:00 by DiscordBot · 3 comments
Owner

With this setup:

    "type": "palladium:integer",
    "sync_with": "self",
    "copy_on_death": false
}``` For the attachment's registry, and this setup:
"energy_bars": {
    "reality_warping_energy": {
        "color": "#47bbfc",
        "synced_value ": {
            "type": "palladium:integer_data_attachment",
            "attachment": "fsang:reality_warping_energy",
            "fallback": 0
        },
        "max": 1000,
        "auto_increase_per_tick": 0
    }
},``` for the actual energy bar, the attachment can be raised or lowered, but the bar doesn't seem to sync, visually. removing the ``synced_value `` section does make the bar render with the default values of the ``auto_increase_per_tick`` when higher than 0

Reported by fsang26.1 (@fsang18) via Discord — open thread

With this setup: ```{ "type": "palladium:integer", "sync_with": "self", "copy_on_death": false }``` For the attachment's registry, and this setup: ``` "energy_bars": { "reality_warping_energy": { "color": "#47bbfc", "synced_value ": { "type": "palladium:integer_data_attachment", "attachment": "fsang:reality_warping_energy", "fallback": 0 }, "max": 1000, "auto_increase_per_tick": 0 } },``` for the actual energy bar, the attachment can be raised or lowered, but the bar doesn't seem to sync, visually. removing the ``synced_value `` section does make the bar render with the default values of the ``auto_increase_per_tick`` when higher than 0 --- <sub>Reported by fsang26.1 (@fsang18) via Discord — [open thread](https://discord.com/channels/116908382878695430/1539253340217811074)</sub>
Author
Owner

<@253662014113579009> can you test if this is fixed now?


lucas (@idkmaybelucas) via Discord — jump to message

<@253662014113579009> can you test if this is fixed now? --- <sub>lucas (@idkmaybelucas) via Discord — [jump to message](https://discord.com/channels/116908382878695430/1539253340217811074/1539370098727583767)</sub>
Lucraft reopened this issue 2026-08-22 07:28:16 +00:00
Author
Owner

<@253662014113579009> pls try again 🫡


lucas (@idkmaybelucas) via Discord — jump to message

<@253662014113579009> pls try again 🫡 --- <sub>lucas (@idkmaybelucas) via Discord — [jump to message](https://discord.com/channels/116908382878695430/1539253340217811074/1540626686834511993)</sub>
Author
Owner

Just checked, and still doesnt seem to be working


fsang26.1 (@fsang18) via Discord — jump to message

Just checked, and still doesnt seem to be working --- <sub>fsang26.1 (@fsang18) via Discord — [jump to message](https://discord.com/channels/116908382878695430/1539253340217811074/1540706738318352466)</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ThreeTAG/Palladium#304
No description provided.