mojira.dev

Jared Robertson

Assigned

No issues.

Reported

MC-148997 If vanilla datapack is off you can shoot bows. Invalid MC-143089 Taking glass bottle from brewing stand gives Local Brewery Advancement Duplicate MC-143078 Sliding down blocks when pressing against them if walking off of edge Duplicate MC-123595 "execute at" not working in functions while in end or nether Duplicate

Comments

Further explaining what Alexander said
Examples:
/execute at @s[nbt={Dimension:0}] run say test | Will not work
/execute at @s[nbt={}] run say test | Will work
/execute at @e[type=skeleton,name="Tester",nbt={HurtTime:4s}] run say test | Will not work
So anything testing NBT will not work and there will not be an error message.