mojira.dev

Autopoietico

Assigned

No issues.

Reported

MC-122109 score.teamkill counts when a mob is killed by a player Confirmed MC-94027 "carried" tag of Enderman reads value as string and short Fixed MC-53219 Item frames and comparators, multiplies entities Duplicate

Comments

Confirmed for 17w47a snapshot

Is Fixed, tested with this command:

/execute as @e[type=enderman,nbt={carriedBlockState:{Name:"minecraft:grass_block"}}] run say enderman with grass

This a simple solution to find a endermen holding nothing:

/execute as @e[type=enderman,nbt=!{carriedBlockState:{}}] run say enderman with nothing

For me is fixed this bug!

Perfect, but that's still the same as it was before because ideally it should be saved as "minecraft:air"...
Anyway with the addition of selectors that read NBTs it's easier to find a solution for people who need it in their command systems.

I open another bugtrack for the inconsistence with this scoreboard: #MC-122109
If the score.teamkill works with mobs, why the score killedbyteam no?

Confirmed for 17w46a Snapshot

Confirmed for 17w46a Snapshot, but now the commands to reproduce the bug are:

/summon enderman ~ ~ ~ {carried:0s}
/execute as @e[type=enderman,nbt={carried:0s}] run say enderman with nothing

Confirmed for 17w46a Snapshot, but now the commands to reproduce are this:

/summon enderman ~ ~ ~ {carried:"minecraft:dirt"}
/execute as @e[type=enderman,nbt={carried:"minecraft:dirt"}] run say enderman with dirt
/execute as @e[type=enderman,nbt={carried:3s}] run say enderman with dirt

Confirmed for 17w46a Snapshot

Confirmed for 17w46a Snapshot, even is worse, the worldborder don't update...

Why certain things like the "scoreboard teamkill" works with mobs and others no, there are so many inconsistencies with things related with mobs and teams...

Is weird that certain things like the scoreboard teamkill works with mobs and others no, is possible to reopen this bug?
If not, maybe I open another bug report for the scoreboard teamkill and mark this inconsistencies...

Confirmed for 17w43b Snapshot

Confirmed for 17w43b Snapshot

Can confirm for 17w43b snapshot

Can confirm for 17w43b snapshot

Confirmed for 1.10 Release