aboutsummaryrefslogtreecommitdiff
path: root/src/util (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-09Add API for mods to hook liquid transformation events (#11405)Warr10245-1/+47
Add API for mods to hook liquid transformation events Without this API, there is no reliable way for mods to be notified when liquid transform modifies nodes and mods are forced to poll for changes. This allows mods to detect changes to flowing liquid nodes and liquid renewal using event-driven logic.