{
  "schema_version": 1,
  "quilt_loader": {
    "group": "com.example",
    "id": "example-mod",
    "version": "0.1.0",
    "name": "Example Mod",
    "description": "Description",
    "authors": [
      "Author"
    ],
    "contact": {
      "homepage": "https://github.com/",
      "sources": "https://github.com/",
      "issues": "https://github.com/",
      "wiki": "https://github.com/"
    },
    "license": "MIT",
    "icon": "icon.jpg",
    "intermediate_mappings": "net.fabricmc:intermediary",
    "environment": "*",
    "entrypoints": {
      "main": [
        "example.ExampleMod"
      ]
    },
    "depends": [
      {
        "id": "quilt_loader",
        "version": ">=0.11.3"
      },
      {
        "id": "quilt_base",
        "version": ">=0.40.0"
      },
      {
        "id": "minecraft",
        "version": "1.17.x"
      },
      {
        "id": "java",
        "version": ">=16"
      },
      {
        "id": "recommended-mod",
        "version": "0.2.0",
        "optional": true,
        "mc-publish": {
          "modrinth": "AAAA",
          "ignore": true
        },
        "projects": {
          "curseforge": 42
        },
        "custom": {
          "projects": {
            "github": "v0.2.0"
          }
        }
      }
    ],
    "provides": [
      "included:included-mod"
    ],
    "breaks": [
      "breaking-mod",
      {
        "id": "conflicting:conflicting-mod",
        "version": "<0.40.0",
        "unless": "fix-conflicting-mod"
      }
    ]
  },
  "mc-publish": {
    "modrinth": "AANobbMI"
  },
  "projects": {
    "curseforge": 394468
  },
  "custom": {
    "projects": {
      "github": "mc1.18-0.4.0-alpha5"
    }
  },
  "mixins": [
    "example-mod.mixins.json"
  ],
  "access_widener": "example.accesswidener"
}