Advanced Peripherals

Advanced Peripherals

29M Downloads

`getInputFluid/getOutputFluid` on Create Basin won't change when the content in the basin changed.

zyxkad opened this issue ยท 1 comments

commented

Describe

getInputFluid/getOutputFluid on Create Basin won't change when the content in the basin changed.

Steps to reproduce

  1. Place a computer
  2. Place a basin next to the computer
  3. Put a bucket of water into the basin
  4. open the computer, and type
    basin = peripheral.find('basin')
    basin.getInputFluid()
  5. It will print two minecraft:empty

Multiplayer?

No

Version

Own compiled build.

Minecraft, Forge and maybe other related mods versions

Forge 43.2.8 Minecraft 1.19.2

Screenshots or Videos

No response

Crashlog/log

No response

commented

The reason is getInputFluid used getRenderedFluid(), but for some reason it seems won't update during the game.