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

.fork-ui.0.1.0-alpha.source-code.fabric.mod.json Maven / Gradle / Ivy

The newest version!
{
  "schemaVersion": 1,
  "id": "fork-ui",
  "version": "${version}",
  "name": "Fork API UI",
  "description": "UI module of Fork API.",
  "authors": [
    "Peanuuutz"
  ],
  "contact": {
    "issues": "https://github.com/Peanuuutz/fork-api/issues",
    "sources": "https://github.com/Peanuuutz/fork-api"
  },
  "license": "LGPLv3",
  "icon": "assets/fork-ui/icon.png",
  "environment": "*",
  "entrypoints": {
    "main": [
      {
        "adapter": "kotlin",
        "value": "net.peanuuutz.fork.ui.internal.entrypoint.ForkUI"
      }
    ],
    "client": [
      {
        "adapter": "kotlin",
        "value": "net.peanuuutz.fork.ui.internal.entrypoint.ForkUIClient"
      }
    ]
  },
  "mixins": [
    "fork-ui.mixins.json"
  ],
  "accessWidener": "fork-ui.accesswidener",
  "depends": {
    "fabricloader": ">=0.13.3",
    "fabric-api": "*",
    "fabric-language-kotlin": ">=1.9.0+kotlin.1.8.0",
    "minecraft": "1.19.4"
  },
  "custom": {
    "modmenu": {
      "badges": [ "library" ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy