-
Notifications
You must be signed in to change notification settings - Fork 12
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
Moisture Evaporations #8
Comments
Was it tilled soil? Tilled soil can erode if there's a water node nearby or it's exposed on the sides. This could probably be indicated better to players, but I haven't decided how to go about that. |
Yes, it was tilled soil and those tiles that were gone had an exposed side and a young plant on them. Thank you for letting me know what was the cause. |
It handles evaporation of water nodes. You can see that it's tied directly to the "Water Evaporate" abm directly below it, which is run on group:water. |
Thank you very much, it makes sense now. |
Hi, in mods/nodes_nature/moisture_spread.lua
at line 48
the game is deleting the node instead of changing
it from wet to dry.
I noticed tiles in my garden are disappearing
The text was updated successfully, but these errors were encountered: