Skip to content

Liquid flowing tweak #16192

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

Open
rdococ opened this issue May 27, 2025 · 1 comment
Open

Liquid flowing tweak #16192

rdococ opened this issue May 27, 2025 · 1 comment

Comments

@rdococ
Copy link

rdococ commented May 27, 2025

Minetest and Minecraft have very similar liquid flowing mechanics. But in Minecraft, if you dig a hole and then place a water source a few blocks away, it will flow straight towards the hole instead of spreading. If you place the water source first, it will spread, and digging the hole won't remove the spread. This doesn't happen in Minetest.

I think this is the reason for MTG's 'river water' block. If the water took more direct paths downhill instead of always spreading out, having a separate water type for rivers wouldn't be necessary, and while can't be removed now (and if it could, it would be an MTG issue, not engine), it may be worth adding support for this kind of liquid flow for future games.

Example of what I mean with a cliff edge. The water source doesn't bother spreading and heads straight for the edge of the cliff, and then downwards like river water is intended to do. (From Minecraft Wiki)
Image

@sfan5
Copy link
Collaborator

sfan5 commented May 27, 2025

see #13764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants