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

/loot doesn't parse slashes correctly without quotes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.20.20 Preview, 1.18.10.24 Beta, 1.18.30
    • None
    • Confirmed
    • Windows
    • 679264

      The bug

      Unlike other commands such as /function, /loot fails to parse slashes correctly and requires identifiers that use them to be quoted.

      How to reproduce

      1. /function test/test
         → It correctly parses, but tells you the function was not found
      2. /loot spawn ~ ~ ~ loot entities/pig
         → Syntax error

       

      Also note that unlike in Java Edition, there are no command suggestions for loot tables in this command. This makes it impossible to determine what parameters are valid without an external resource.

            tryashtar [Mod] tryashtar
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: