-
Bug
-
Resolution: Duplicate
-
None
-
20w29a
-
None
-
Unconfirmed
-
(Unassigned)
The angle argument type does not have a serializer, and is not registered in ArgumentTypes like other argument types.
Because of this, in the commands report, any command using the angle argument type will have the "unknown" type for its angle argument(s):
{ "type": "root", "children": { "setworldspawn": { "type": "literal", "children": { "pos": { "type": "argument", "parser": "minecraft:block_pos", "children": { "angle": { "type": "unknown", "executable": true } }, "executable": true } }, "executable": true }, "spawnpoint": { "type": "literal", "children": { "targets": { "type": "argument", "parser": "minecraft:entity", "properties": { "amount": "multiple", "type": "players" }, "children": { "pos": { "type": "argument", "parser": "minecraft:block_pos", "children": { "angle": { "type": "unknown", "executable": true } }, "executable": true } }, "executable": true } }, "executable": true } } }
- duplicates
-
MC-195052 "angle" argument in spawnpoint command doesn't use "minecraft:rotation" parser
- Resolved