View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002462 | Industrial-Craft² | machines | public | 2019-01-03 04:35 | 2019-01-03 17:17 |
Reporter | MidnightLightning | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | Java | OS | Windows | OS Version | 10 |
Summary | 0002462: Pumps leave eastern edge of pools un-pumped | ||||
Description | When a Pump machine is set up in a vertical orientation to clear a pool of lava, it incorrectly calculates the dimensions of the pool, and leaves some source blocks on the Eastern edge of the pool un-pumped | ||||
Steps To Reproduce | Two test scenarios were set up: first screenshot shows pump setup before pump was given power. Pump is situated face-down in the center of a 5x5 pool of 1-block-deep lava (pump placed one block above the surface of the lava. When given power (rechargeable battery) and a stack of empty fluid cells, the pump clears most of the area, but leaves a few source blocks un-pumped to the edge nearest the camera. If the pump is broken and re-placed and re-powered, sometimes it pumps a few more from that edge, but not always. I repeated the test with a more organically-shaped pool, with the same result. The edge that remained lava-filled in both cases was the Eastern edge of the pool. | ||||
Tags | industrialcraft-2-2.8.105-ex112 | ||||
Minecraft Version | 2.12.2 | ||||
|
File uploads seem to not be working; screenshots uploaded to https://imgur.com/a/ORlrAMH |
|
This'll be from the pump search order: it doesn't actually map attached pools out, just attached sources every time it's ready for pulling another bucket. With east being the final direction it checks in, the lava has stopped touching the pump so it can't see it. It will take more careful (and complex) fluid finding logic to pull from all edges before trying to move in to avoid this completely. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-03 04:35 | MidnightLightning | New Issue | |
2019-01-03 04:35 | MidnightLightning | Tag Attached: industrialcraft-2-2.8.105-ex112 | |
2019-01-03 04:38 | MidnightLightning | Note Added: 0005855 | |
2019-01-03 17:17 | Chocohead | Note Added: 0005859 | |
2019-01-03 17:17 | Chocohead | Status | new => confirmed |