with_fluid operator does not return fluid
sbenedict opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
The with_fluid operator returns a boolean instead of fluid when used as an input to an operator. Displaying the variable works as expected.
Steps to reproduce the problem:
- Create a variable card
A
for operationwith_amount
passing any fluid and integer. - Create a variable card
B
for operationamount
passing variableA
. - Error shown stating input type is Boolean instead of Fluid.
Expected behaviour:
- Variable card
B
is able to be created and contains the amount of fluid specified inA
Versions:
- This mod: 1.8.0
- Minecraft: 1.16.5
- Forge: 36.1.13
Log file:
N/A