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

framework.cloud-fabric.1.8.4.source-code.fabric.mod.json Maven / Gradle / Ivy

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

  "name": "Cloud",
  "description": "Command framework and dispatcher for the JVM",
  "authors": [ "Citymonstret", "zml", "jmp" ],
  "contact": {
    "homepage": "https://commandframework.cloud/",
    "sources": "https://github.com/Incendo/cloud"
  },
  "license": "MIT",
  "icon": "assets/cloud/logo.png",

  "entrypoints": {
    "main": [
      "cloud.commandframework.fabric.internal.LateRegistrationCatcher"
    ]
  },

  "mixins": [
    "cloud.mixins.json"
  ],

  "depends": {
    "fabricloader": ">=0.7.4",
    "fabric-command-api-v2": "*",
    "fabric-networking-api-v1": "*",
    "fabric-lifecycle-events-v1": "*",
    "fabric-permissions-api-v0": "*",
    "minecraft": ">1.18.2"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy