mojira.dev
MC-195052

"angle" argument in spawnpoint command doesn't use "minecraft:rotation" parser

The bug

commands.json reports an unknown type while it should use `minecraft:rotation` like all other instances of rotation coordinates.

"angle": {
	"type": "unknown",
	"executable": true
}

Linked issues

Comments 1

I think this is just caused by the angle argument type not being registered in the ArgumentTypes bootstrapper alongside all the other ones

AlexMCool

Felix Jones

Confirmed

Commands

20w29a

20w30a

Retrieved