#How to disable cauldron fill from dripstone lava.
4 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
found this, but it will disable water mechanics
BlockEvents.modification(event => { event.modify("pointed_dripstone", /** * @param {Internal.Block} block */ block => { block.setIsRandomlyTicking(false) }) })```
https://reddit.rtrace.io/r/feedthebeast/comments/y6k7d3/any_mods_that_disable_pointed_dripstone_mechanics/
View on Libreddit, an alternative private front-end to Reddit.
I wonder if there is a drop stone forge event somewhere