mojira.dev
MC-311882

The filter object in pack.mcmeta cause the datapack to not load

Step to reproduce

  • add a datapack with the pack.mcmeta below

  • load world

  • check log

Expected result

  • the datapack load correctly and disable the bread recipe

Actual result

  • fail to load datapack

pack.mcmeta:

{
  "pack": {
    "description": "pack",
    "min_format": [
      121,
      0
    ],
    "max_format": [
      121,
      0
    ]
  },
  "filter": {
    "block": [
      {
        "namespace": "minecraft",
        "path": "recipe/bread.json"
      }
    ]
  }
}

Linked issues

Attachments

Comments 2

Thank you for helping us improve Minecraft! We saved your files:

[media][media]

Thank you for your report!
We're tracking this issue in MC-311655, so this ticket is being resolved and linked as a Duplicate.

That ticket has already been resolved as Invalid. Please take a look at the parent ticket and see if an explanation is provided in the description or in the comments as to why this issue is invalid.

If you haven't already, please make use of the search feature to see if an issue you are about to report has already been reported.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Wasd

(Unassigned)

Unconfirmed

26.3

Retrieved