
blockoffset not working
TheQKnight opened this issue ยท 0 comments
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.