mojira.dev
MCPE-160884

Function Packs Do Not Use New Execute Format

When using the "Upcoming Creator Features" option, the new execute format does not get used for functions in behavior packs.

Steps to Reproduce:

1. Create A World With "Upcoming Creator Features Enabled"
2. Create A Basic Behavior Pack With A Function. This Function Should Use Any Execute Command (New Format)
3. Attempt To Load Pack In Game

Observed Results:

Error Is Thrown And Function Is Not Used

Expected Results:

Pack Should Use New Execute Format

Screenshots/Videos:

[media]

 

The Pack Has Been Attached To The Report. 

Attachments

Comments 2

Commands are also very commonly used within Behavior Packs. To opt into the new Command Syntax, you'll need a minimum engine version (min_engine_version) of 1.19.10 expressed within your behavior pack's manifest.json file (along with the Upcoming Creator Features experiment turned on within any worlds you use that behavior pack within). This will, in turn, enable the new execute command syntax in your MCFunctions, tick.json files, and more within your behavior pack. When the new execute command syntax comes out of experimental, the min_engine_version needed to get the new syntax will be incremented.

May I deduct, just to be safe, that if I keep the version below that of 1.19.10 in my behavior packs, the old syntax will still work after the new execute command goes live?

Free_World

(Unassigned)

Unconfirmed

Windows

Windows 11 Pro 22000.856

1.19.20

Retrieved