mojira.dev

KrolixWormix

Assigned

No issues.

Reported

MC-207433 Comparator gets powered when it shouldn't, if it outputs into repeater Duplicate MC-123186 Scoreboard objectives with stats are removing after relogin into world Cannot Reproduce MC-122009 "/execute align" works wierd Works As Intended MC-121900 Player data output does not show SelectedItem and is invalid in a data path Fixed MC-107928 Block Duplication Duplicate MC-54286 Item frame crush world Duplicate MC-50587 Can't give op Duplicate MC-49265 When press Shift "skull" don't move Duplicate MC-47210 Perhaps boating on the ground Incomplete MC-47209 Slime blocks don't cast Incomplete

Comments

Why is it port of `/testforblock`, when must be `/testforblocks`? (or you just lost the letter)

Because `failure with result` was normal behavior for `/testforblocks`

you need to write datapack name "datapack:recipe", `cause without it checks "minecraft:recipe". Also for recipes you need to use /recipe, not /advancement..

Also i tried that, but nothing happened
/execute if entity @a[nbt={SelectedItem:{id:"glass_bottle"}}] run say hello
P.S. and I released your message too late )
UPD: Id must be "minecraft:glass_bottle"

Oh, that how it works.. Thank you. But player has no SelectedItem. And SelectedItemSlot + Inventory not the same. Because SelectedItem was slot-independent

It was useful on other versions( still functions on 17w43a/b). On 17w45a/b you also can't detect any non-integer player NBT tag.

Try this /execute as @e run data merge entity @s {}

You can use /execute as @e run execute store success entity @s Glowing byte 1 run say Success