Mod Version 1.1
I'm not sure if I misunderstand how things are working or if this is a bug.
BP string
0eNqlVEtvm0AQ/ivRHCuIDE4cG7WnXlv12EMUoQVPYJV9aXehpRb/vbOLY5OaNmpyQTA7j+8x7AEq0aGxXHkoDsBrrRwU9wdwvFFMhJgfDEIB3KOEBBST4ct5RJHWLToPYwJc7fEnFNmYvFpprG4sk5JVAlNnkD2hnbXIx4cEUHnuOU5I4sdQqk5WlFlkp07Mct9K9LxOay0rrpjXlgYZ7ahaqwAhgNrmCQxQpNlqd31Lk/bcYj0lbBIgxt5qUVbYsp5TA6o6dy7peB+7uXDwyK3z5SsMT4qmPTWKPLPUeVY/pY7/wkDWYegbmlM8SJ+vEtAGLZtwwQdqpztvuoVpPbe+o8jZjJiRfoVxHCMhNfGLkPPwsLifa8n3UeiQfqFv/m+nFuRdXd++FHhJ0prbuuP+rOf75JxAz6T8H5UCQmmYjftSwMcYOeILYXIebRRvqil7RhhK7krDfd1C8ciEw7CyzttOEpaoKFmotMfpfcGJ7C9OZOfpR2MSaCyi+jNxHSwjA15ANIINFe1W2WvRBaIE4xRrhK6YEGQOASXE9K5/lEaLwbRaDUcmYzhAe0G+pdx48FweI1qVkpnnULgxjuJHjG8zcRov0TnWhPT7UP1pdsk8XH359v3qMzOsjiULi7tevJwW9nW9sK8XPi0aMP0zZE8kN2NFY3pSLU7Jt9nN3S6/297s1pvdZhx/A40b3k8=
The setup
- Monitor a steel chests content on the green wire
- Arithmetic combinator takes stack size of item in variable 1, multiplies it by 20 and outputs as signal M on red wire
- Speaker checks for item in variable 1 is smaller than M, if so trigger an alarm
Intented result
If less than 50 stacks of the item are in the steel chest, raise an alarm.
Issue
- The variable for stack size value in the arithmetic combinator is not replaced with the actual value after placing the blueprint
- Other variable replacements work as expected.
Any suggestions and/ or help?