Materialized entity variable needs manual refresh
natedogith1 opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
Materializing an entity variable references the in-world entity (#528), but using the materialized variable doesn't refresh unless something triggers it.
Steps to reproduce the problem:
- Materialize an entity value of a player
- Use the armor inventory operator
- Place the armor inventory operator in a display panel
- Remove player armor and watch the display remain unchanged
- Remove and re-insert the variable
- See updated display
- Re-equip armor and see display update
We managed to get it to update live by doing choice(redstone_clock, materialized_player, materlalized_player_copy)
, though constant(materialized_player, redstone_clock)
didn't seem to work.
Expected behaviour:
Value should either be constant or update live, not need triggering.
Versions:
- This mod: 1.18.2-1.11.8
- Minecraft: 1.18.2
- Forge: 40.1.73
- Modpack: Encrypted_ R 2.1.3