/execute doesn't work properly
When you are executing based of an entity and detecting if there is a grass block under it, it detects the grass block under the player, rather the entity.
Steps to reproduce:
1. Open Minecraft 1.12-pre2
2. Make a new creative world
3. Do /summon creeper
4. Put a grass block under the creeper
5. Stay on a stone block
6. Do /execute @e[type=creeper] ~ ~ ~ detect ~ ~-1 ~ grass 0 say This should work
7. It says fail to detect
Another way
4. Put a stone block under the creeper
5. Stay on a grass block
6. Do /execute @e[type=creeper] ~ ~ ~ detect ~ ~-1 ~ grass 0 say This shouldn't work
7. It works, even though the creeper is on a stone block
Environment
Minecraft 1.1.2-pre1
OS: Windows 10
Graphics: NVIDIA GEFORCE GTX 950M
Intel Core i7
Linked Issues
duplicates1
Created Issue:
/execute doesn't work properly
When you are executing based of an entity and detecting if there is a grass block under it, it detects the grass block under the player, rather the entity.
Steps to reproduce:
1. Open Minecraft 1.12-pre2
2. Make a new creative world
3. Do /summon creeper
4. Put a grass block under the creeper
5. Stay on a stone block
6. Do /execute @e[type=creeper] ~ ~ ~ detect ~ ~-1 ~ grass 0 say This should work
7. It says fail to detect
Another way
4. Put a stone block under the creeper
5. Stay on a grass block
6. Do /execute @e[type=creeper] ~ ~ ~ detect ~ ~-1 ~ grass 0 say This shouldn't work
7. It works, even though the creeper is on a stone blockEnvironment
Minecraft 1.1.2-pre1
OS: Windows 10
Graphics: NVIDIA GEFORCE GTX 950M
Intel Core i7
duplicates
i've seen that my bug is duplicated by another player...
it will be fixed in 1.12