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
}
commands.json reports an unknown type while it should use `minecraft:rotation` like all other instances of rotation coordinates.
"angle": {
"type": "unknown",
"executable": true
}
I think this is just caused by the angle argument type not being registered in the ArgumentTypes bootstrapper alongside all the other ones