-
Bug
-
Resolution: Unresolved
-
Normal
-
None
Summary:
Entity Documentation - has_equipment does not contain closing parenthesis in "Full" example.
Steps to reproduce:
- Open the page https://learn.microsoft.com/en-us/minecraft/creator/reference/content/entityreference/examples/filters/has_equipment?view=minecraft-bedrock-stable#full
- Look at the end of the "Full" example.
Observed results:
{ "test": "has_equipment", "subject": "self", "domain": "any", "operator": "equals", "value": "dirt"
Expected results:
{ "test": "has_equipment", "subject": "self", "domain": "any", "operator": "equals", "value": "dirt" }