mojira.dev

Missing244

Assigned

No issues.

Reported

MCPE-157890 Incorrect execution location of behavior package function during execution by only use execute positioned subcommand and tp command Incomplete MCPE-103822 The facing feedback of "/tp" command is wrong Incomplete MCPE-103821 The mistake of fill each other with lava and water Duplicate MCPE-103792 I found two bugs in the game Invalid

Comments

I think your behavior pack manifest.json is not set min_engine_version.

try this write

{
    "format_version": 2,
    "header": {
    "uuid": "e9c5a9be-1cfc-4a74-9f70-9213bab62091",
    "name": "Math_new",
    "version": [0, 0, 1],
    "description": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "min_engine_version":[1,19,10]
     },
    "modules": [
      {
        "description": "子资源包简介",
        "version": [0, 0, 1],
        "uuid": "14d5fb6b-ef0a-47e5-8a98-d615709c1a03",
        "type": "data"
      }
    ]
}