Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-187191

Some commands require the minecraft namespace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.21.31 Hotfix
    • None
    • Unconfirmed
    • Multiple

      Running any of the below commands fail because the "minecraft" namespace isn't defined

      Applies to:

      • preset in /camera
      • effect in /particle

      Steps to Reproduce:

      1. In a world run the below commands in chat.
      2. /camera @s set free pos ~~5~
        /particle campfire_smoke_particle ~~~
      1. All commands will fail because you need to define the Minecraft namespace like this
      2. /camera @s set minecraft:free pos ~~5~
        /particle minecraft:campfire_smoke_particle ~~~

      Observed Results:

      • For /camera, preset only shows "minecraft;free" and not "free" like how "paper" and "minecraft:paper" shows up in the /give command.

      Expected Results:

      • The command should work like /give and /setblock where you don't need to define the minecraft namespace.

            Legopitstop Legopitstop
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: