-
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:
- In a world run the below commands in chat.
/camera @s set free pos ~~5~ /particle campfire_smoke_particle ~~~
- All commands will fail because you need to define the Minecraft namespace like this
/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.
- duplicates
-
MCPE-65257 Various resources do not default namespace to "minecraft" when unspecified
- Open