All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sser.sherdsapi.sherdsapi-fabric-1.20.4.5.2.0.source-code.fabric.mod.json Maven / Gradle / Ivy

The newest version!
{
  "schemaVersion": 1,
  "id": "${mod_id}",
  "version": "${version}",

  "name": "${mod_name}",
  "description": "${description}",
  "authors": [
    "${mod_author}"
  ],
  "contributors": [
    "${contributors}"
  ],
  "contact": {
    "homepage": "https://github.com/thomasglasser/${github_name}/wiki",
    "sources": "https://github.com/thomasglasser/${github_name}",
    "issues": "https://github.com/thomasglasser/${github_name}/issues"
  },

  "license": "${license}",
  "icon": "${icon}",
  "environment": "*",
    "entrypoints": {
      "main": [
        "dev.thomasglasser.sherdsapi.SherdsApiFabric"
      ],
      "fabric-datagen": [
        "dev.thomasglasser.sherdsapi.example.ExampleFabricDataGenerator"
      ]
    },
    "mixins": [
      "${mod_id}.mixins.json"
    ],

  "accessWidener" : "${mod_id}.accesswidener",

  "depends": {
    "fabricloader": ">=${fabric_loader_version}",
    "fabric-api": ">=${fabric_version}",
    "minecraft": ">=${minecraft_version}",
    "java": ">=17",
    "tommylib": ">=${tommylib_version}"
  },
  "custom": {
    "mc-publish": {
      "loaders": ["fabric", "quilt"]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy