#Event block.place with bucket

6 messages · Page 1 of 1 (latest)

cerulean sun
#

I'm working on a script that replaces the blocks around the liquid, but the block.place event doesn't trigger when I place a fluid using a bucket. Minecraft 1.18.2.

mossy lionBOT
#

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

stray tusk
#

off the top off my head I'd say try using the item right click event instead then, or the block right clicked event as you need to click on a block to make a bucket dump it's fluid

#

then check if the block in the direction of the face you clicked is a fluid block and your type of fluid

cerulean sun
#

The issue is that kubejs isn't doing anything in the "block.right_click" or "block.place" event when I do it with a bucket in hand instead of a block 😦

stray tusk
#

fluids are fucky, they just don't trigger a block place event, that's not kubejs' fault