World Fluid Exporter and General Choice Operator issues
maham opened this issue ยท 4 comments
Issue type:
- ๐ Bug
Short description:
The WFE will not place liquid starlight when it's given from a choice operator.
Steps to reproduce the problem:
(I'm referencing variables with line numbers (n) below to shorten it. Hopefully it's readable)
- Set up a block reader and create a variable from the read block.
- Create an air block variable
- Create an equals operator comparing (1) with (2)
- Create a liquid starlight fluid variable
- Create a liquid dirt fluid variable (used as a null fluid)
- Create a choice operator
- Apply 3 to the choice operator (6) with (3), (4) and (5)
- When (4) or (7) is inserted into a display it shows the fluid liquid starlight
- When (4) is inserted into the WFE, liquid starlight is placed
- When (7) is inserted into the WFE nothing happens
Expected behaviour:
The WFE should place a buckets worth of liquid starlight in front of it.
Versions:
- This mod: 1.5.6
- Minecraft: 1.12.2
- Forge: 14.23.4.2709
Log file:
Fluid transfer has been significantly been rewritten since version 1.6.0.
Could you check if this issue still occurs for you?