Cyclops Core

Cyclops Core

93M Downloads

Materialized variables lose their values

ZigTheHedge opened this issue ยท 1 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

Constant variables discard its values.

Steps to reproduce the problem:

  1. Set entity reader to read dropped item in front of it, set variable to read "Entity" with index 0.
  2. Materialize variable to constant using Materializer, check to see it works fine.
  3. Remove dropped item from reader scope.
  4. 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

Log file:

commented

Oops! Wrong issue tracker :)