We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: