Origins (Fabric)

Origins (Fabric)

15M Downloads

Setting `"action_result": "fail"` doesn't prevent block placement

sisby-folk opened this issue ยท 1 comments

commented

The docs specify that fail will "prevent other actions from performing."

However, setting action_result to fail on a basic action_on_block_use with a block specified in item_condition doesn't prevent blocks from being placed, as shown here:

javaw_D9lzj3wLds.mp4

This is probably implemented in apoli.

commented

I believe action_on_block_use with an action_result of "fail" will only prevent other actions from using the block, not using the item. Since it does not touch anything related to block items and such, I believe this is working as intended