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

dry.librarianlib.core.5.0.0-alpha.8.source-code.fabric.mod.json Maven / Gradle / Ivy

There is a newer version: 5.0.0-alpha.10
Show newest version
{
  "schemaVersion": 1,
  "id": "liblib-core",
  "version": "5.0.0-alpha.8",

  "name": "LibrarianLib: Core",
  "description": "Core classes used by the other LibrarianLib modules",
  "authors": [
    "thecodewarrior"
  ],
  "contact": {
    "homepage": "https://github.com/TeamWizardry/LibrarianLib",
    "sources": "https://github.com/TeamWizardry/LibrarianLib"
  },

  "license": "LGPL-3.0",
  "icon": "ll/icon.png",

  "environment": "*",
  "entrypoints": {
    "main": [
      {
        "adapter": "kotlin",
        "value": "com.teamwizardry.librarianlib.LibrarianLib"
      },
      {
        "adapter": "kotlin",
        "value": "com.teamwizardry.librarianlib.core.LibLibCore$CommonInitializer"
      }
    ],
    "client": [
      {
        "adapter": "kotlin",
        "value": "com.teamwizardry.librarianlib.core.LibLibCore$ClientInitializer"
      }
    ],
    "server": [
      {
        "adapter": "kotlin",
        "value": "com.teamwizardry.librarianlib.core.LibLibCore$ServerInitializer"
      }
    ]
  },
  "mixins": [
    "ll/core/core.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.11.6",
    "minecraft": "1.17.x",
    "fabric-language-kotlin": ">=1.6.3+kotlin.1.5.21"
  },
  "custom": {
    "modmenu": {
      "badges": ["library"],
      "parent": {
        "id": "librarianlib",
        "name": "LibrarianLib",
        "description": "An extensive collection of tools, utilities, and frameworks.",
        "icon": "ll/icon.png",
        "badges": ["library"]
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy