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

blockoffset not working #22

Open
TheQKnight opened this issue Mar 3, 2020 · 0 comments
Open

blockoffset not working #22

TheQKnight opened this issue Mar 3, 2020 · 0 comments

Comments

@TheQKnight
Copy link

TheQKnight commented Mar 3, 2020

using blockoffset and the "look" Boolean does not stop the even from firing if you are standing on top of the block.

[
{
"timeout": 10,
"blockoffset": {
"look": true
},
"block": "minecraft:wool",
"fire": 20
}
]

This script should only fire when looking at wool, but it sets the player on fire when standing on the block OR looking at it.

using positional coordinates in blockoffset does not work either.

[
{
"timeout": 10,
"blockoffset": {
"y": 3
},
"block": "minecraft:wool",
"fire": 20
}
]

This script should set the player on fire if they are under the wool block, but it doesn't

Edit: Im using the latest 1.12 version.

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

No branches or pull requests

1 participant