cabaletta / cabaletta/baritone
Fix isFlowing check
Open
bug
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 2.1k
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 3
Description
```
static boolean isFlowing(IBlockState state) {
// Will be IFluidState in 1.13
return state.getBlock() instanceof BlockLiquid
&& state.getPropertyKeys().contains(BlockLiquid.LEVEL)
&& state.getValue(BlockLiquid.LEVEL) != 0;
}
```
ree @ZeroMemes this check is bad, source blocks can still have a sideways current, this works for every flowing block but the source.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.