Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

action_on_block_use prevents interaction with block #419

Closed
Cynic1254 opened this issue Feb 20, 2024 · 1 comment
Closed

action_on_block_use prevents interaction with block #419

Cynic1254 opened this issue Feb 20, 2024 · 1 comment
Assignees
Labels

Comments

@Cynic1254
Copy link

The action_on_block_use power prevent's the block event from happening even though the action_result has been set to a value that should allow this (pass or success).

I tested the same file/datapack on origins fabric and the block event did happen there.

{
    "type": "origins:action_on_block_use",
    "block_condition": {
        "type": "origins:block",
        "block": "minecraft:bell"
    },
    "block_action": {
        "type": "origins:execute_command",
        "command": "execute as @e[nbt={Age:0},distance=..32] run data modify entity @s InLove set value 600"
    },
    "action_result": "pass"
}

breed.json

observed result: bell does not ring (and some weird things happen with the currently help item)
expected result: The bell should be ringing

MerchantPug added a commit to EdwinMindcraft/apoli that referenced this issue Mar 11, 2024
@MerchantPug MerchantPug self-assigned this Mar 12, 2024
@MerchantPug
Copy link
Collaborator

This was a matter of us accidentally cancelling block interaction without the context that Origins Fabric has,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants