Mojira Archive
MCPE-187191

Some commands require the minecraft namespace

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.

Duplicate

Legopitstop

2024-10-04, 09:55 PM

2024-10-16, 10:47 AM

2024-10-16, 10:42 AM

0

1

Unconfirmed

1.21.31 Hotfix

-