mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-28 16:06:48 +01:00
Fix #6240
This commit is contained in:
parent
d66170c8fe
commit
229b9a88e8
1 changed files with 5 additions and 1 deletions
|
@ -206,4 +206,8 @@ public class WaterWheelStructuralBlock extends DirectionalBlock implements IWren
|
||||||
return stillValid(level, pos, state, false) ? getMaster(level, pos, state) : pos;
|
return stillValid(level, pos, state, false) ? getMaster(level, pos, state) : pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isFlammable(BlockState state, BlockGetter level, BlockPos pos, Direction direction) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue