Materialized variables lose their values
ZigTheHedge opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
Constant variables discard its values.
Steps to reproduce the problem:
- Set entity reader to read dropped item in front of it, set variable to read "Entity" with index 0.
- Materialize variable to constant using Materializer, check to see it works fine.
- Remove dropped item from reader scope.
- Now constant variable reads "unknown".
Expected behaviour:
Materialized variable should keep it's value of course!
Versions:
- This mod: 0.11.17
- Minecraft: 1.12.2
- Forge: 2760