Skip to content
Discussion options

You must be logged in to vote

Ahh, my bad — should be recipe, not recipes (was looking at the wrong version, it's recipes in MC 1.20.1!). I think you also need to set a version range, rather than a single pack version nowadays:

{
  "pack": {
    "min_format": 94,
    "max_format": 95,
    "description": "Disable turtle crafting"
  },
  "filter": {
    "block": [
      {
        "namespace": "computercraft",
        "path": "^recipe/turtle_(normal|advanced|advanced_upgrade)\\.json$"
      }
    ]
  }
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@yaycentric
Comment options

@SquidDev
Comment options

Answer selected by SquidDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants