#How to disable cauldron fill from dripstone lava.

4 messages · Page 1 of 1 (latest)

cyan hare
#

I need to prevent this.

whole ruinBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

cyan hare
#

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/
merry mirage
#

I wonder if there is a drop stone forge event somewhere