You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dispansers seem to only support a single handler per item type, so the DispenserCauldreonBucketBehaviours probably override the default bucket behaviours. The DispenserCauldronBucketBehaviours simply fail the attempt if the block in front is not a cauldron, and so they override the default behaviour. If this is the case, the new behaviour can simply delegate to the old ones to restore functionality.
This is a (good) hypothesis from reading code, but hasn't been tested.
The text was updated successfully, but these errors were encountered:
dispansers seem to only support a single handler per item type, so the
DispenserCauldreonBucketBehaviour
s probably override the default bucket behaviours. TheDispenserCauldronBucketBehaviour
s simply fail the attempt if the block in front is not a cauldron, and so they override the default behaviour. If this is the case, the new behaviour can simply delegate to the old ones to restore functionality.This is a (good) hypothesis from reading code, but hasn't been tested.
The text was updated successfully, but these errors were encountered: