-
Bug
-
Resolution: Fixed
-
Minecraft 1.12 Pre-Release 2
-
None
-
Windows 10 Pro, 64-bit, Java 1.8.0_131-b11
-
Community Consensus
Any command in a function that is using relative cords, will not run the command but will say it executed in the chat, even though it didn't actually happen.
Ignore this example, strike through won't work-Example:
This command works
/execute @a 0 100 0 detect 0 99 0 stone * say words
however, this command does not.
/execute @a ~ ~ ~ detect ~ ~ ~ stone * say words-
I have found some more information. execute [selector] ~ ~ ~ does in fact work, but relative coords inside other commands don't work.
Example:
"execute @a ~ ~ ~ /particle angryVillager 100 100 100 0 0 0 0.1 50" will work
"/particle angryVillager 100 100 100 0 0 0 0.1 50" also works
However "execute @a ~ ~ ~ /particle angryVillager ~ ~ ~ 0 0 0 0.1 50" will not work
- is duplicated by
-
MC-117327 Selector in function files doesn't select right entities
- Resolved
-
MC-117329 Radius selector conpletely bug with new function system
- Resolved
-
MC-117400 Bug if a function is use in a repeating an use the /execute @e command
- Resolved
-
MC-117403 Playsound doesn't work in function
- Resolved
- relates to
-
MC-117319 execute/selectors are broken
- Resolved