-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to create a bottomless lava source #779
Comments
MC 1.18 is also affected by this. |
I don't think infinite lava sources should really exist outside the Nether, anyway. It makes the portal train kinda useless unless you have something specifically in the Nether. |
I think if someone takes their time to dig a reservoir and transport 10000 blocks of lava from the nether they pretty much earned their infinite source. Besides it is irrelevant - the pulley still disrespects the 10000 blocks threshold and therefore is not working as intended. |
Yeah, it's a bug, but I think it could also be changed to be a feature. |
Infinite fluids can be controlled with tags and we aren’t changing features from forge |
Is there a place for suggestions on the forge repo? |
the suggestion issue template |
Alright, suggested! |
Can you test the latest release? |
tested in exactly similar setup with 0.5.0i-946, still starts draining when precisely 10000 blocks are provided and does not fill 1 block in a corner, leaving 9999. |
Same issue on 1.19.2 on 0.5.0i-1003, but i've gone well over the 10000 block limit(161647 so 12032) and it still just takes source block after source block. Both with lava and water. |
dropping the hose pully all the way to the bottom of the lava pit fixed the issue. |
Also having this issue. 1.19.2 0.5.0i-998, As part of the create astral 2.0.4(d) pack |
Still having this issue in version create-fabric-0.5.1-d-build.1161+mc1.20.1 What I did: It took me a while to notice that while my lava was disappearing, the hole was not getting fuller. When looking at the hose pully with goggles, it said "Bottomless Supply". Expected behavior for me would be that the hose pulley would keep adding blocks even if the filling is > 10k and fill out its top level. Then when pumping back up it should respect the "bottomless supply" indication regardless of at what height the hose end is as long as it is under the surface of the liquid. |
create 0.5.1d sodium 0.4.10 fabric api 0.88.1 iris 1.6.4 and indium 1.0.21 |
Make sure the pulley goes all the way to the bottom of the lava pool |
So, to work around this: In the mod settings (while in world) you can change the number of blocks for an bottomless supply.
|
Unable to reproduce |
Describe the Bug
In Create Fabric 0.5.0g-796, making a limitless lava supply with Hose Pulleys is impossible.
After adding in one more (17th) layer of lava with /fill command and starting pumping, lava starts flowing in the pipe, briefly stalls, then resumes, triggering the advancement. The source is now stably considered bottomless.
After removing the extra layer of lava with /fill several drained blocks in the 16th layer can be seen. When resuming pumping, the pulley pumps for some time like it did in bottomless mode, briefly stalls, then resumes, but the reservoir is no longer considered bottomless and starts being drained. Attempting to refill the 16th layer via pulley results in single unfilled block as described in 1.
I believe the problem is two part and could be described as follows. Firstly, the pulley seems to check the infinity of the source after pumping some blocks (resulting in a drained corner in image above), so when trying to create a source of precisely 10000 blocks some will be gone when starting pumping and the source will not be considered infinite. Secondly, when trying to fill a reservoir, the pulley stops 1 block short and starts discarding all following blocks, making it impossible to add one more layer for a truly infinite source in current circumstances (drain before check).
Reproduction Steps
Describing my process of testing in creative mode after discovering the issue in survival.
Expected Result
Possibility of making a truly infinite source via pulley and pump without resorting to commands or to add more lava layers to the reservoir after it is considered infinite to compensate for blocks drained before infinity check.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 10 Pro
Mod Version
0.5.0g
Minecraft Version
1.19.2
Other Mods
Additional Context
No response
The text was updated successfully, but these errors were encountered: