microsoft / minecraft-gametests

Sample GameTests for Minecraft Bedrock Edition.
MIT License
51 stars 12 forks source link

SimulatedPlayers Missing BP Entity Properties #12

Open TreaBeane opened 1 month ago

TreaBeane commented 1 month ago

Doing game tests with add-on pack and found tests with simulated players using custom entity properties set by the behavior pack doesn't work. BDS errors: [2024-09-01 21:49:14:277 ERROR] [Actor] Actor SimPlayer does not have any properties and would have similar errors such as property is missing.

If this is a user error, would love to know how to correct this and if it could be documented to reduce further confusion.

If this is a bug, resolving this would allow add-on developers to test their content more thoroughly with custom player features enabled by entity properties.

ThomasOrs commented 3 weeks ago

Also, seeing this behaviour. Simulated players don't take properties as defined in the player.json file.