-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.16.100.58 Beta, 1.16.100.57 Beta, 1.16.100.59 Beta
-
None
-
Community Consensus
-
Windows
I tried to use the new run_command thing with a mob. Here's the code I used at first (WorksAsIntended.png) and worked fine, both commands executed as the mob spawned. I then tried to randomize two commands (Broken.png) and none of the commands executed. I've activated the content log and no errors show up there so the feature might be broken.
The Beta Changelog for 1.16.100.56 stated that the commands would work inside randomizers or sequences but I can't get that to work.
Steps to Reproduce:
- Download and Import the file "TestAddon.mcpack" to Minecraft
- Create a new world and activate the "RunCommand Test" behavior pack.
- Summon a Vanilla Spider and a Vanilla Cave Spider.
Expected Results:
- When Spawned, the vanilla spider says "test1" and "place".
- When Spawned, the vanilla cave spider either says "option1" or "option2", properly randomizing the run_command keyword.
Observed Results:
- When Spawned, the vanilla spider does say "test1" and "place", properly running the command it was given.
- When Spawned, the vanilla cave spider runs no commands, since the run_command keyword does not function properly when randomized.