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

en.magiclib.magiclib-malilib-extra-1.19.2-fabric.0.8.29-beta.source-code.fabric.mod.json Maven / Gradle / Ivy

There is a newer version: 0.8.41
Show newest version
{
  "schemaVersion": 1,
  "id": "${mod_id}",
  "name": "${mod_name}",
  "description": "${mod_description}",
  "icon": "assets/${mod_alias}/icon.png",
  "version": "${mod_version}",
  "provides": [
    "${mod_alias}"
  ],
  "authors": [
    {
      "name": "Hendrix-Shen",
      "contact": {
        "homepage": "https://github.com/Hendrix-Shen"
      }
    },
    {
      "name": "plusls",
      "contact": {
        "homepage": "https://github.com/plusls"
      }
    }
  ],
  "contributors": [
  ],
  "contact": {
    "homepage": "${mod_homepage}",
    "issues": "${mod_sources}/issues",
    "sources": "${mod_sources}"
  },
  "license": "${mod_license}",
  "environment": "*",
  "entrypoints": {
    "main": [
      "top.hendrixshen.magiclib.entrypoint.malilib.MagicLibFabric"
    ],
    "client": [
      "top.hendrixshen.magiclib.entrypoint.malilib.MagicLibFabric"
    ],
    "server": [
      "top.hendrixshen.magiclib.entrypoint.malilib.MagicLibFabric"
    ],
    "modmenu": [
      "top.hendrixshen.magiclib.game.malilib.ModMenuImpl"
    ]
  },
  "mixins": [
    "magiclib-malilib-extra.mixins.json"
  ],
  "depends": {
    "magiclib-minecraft-api": "*",
    "malilib": "*",
    "minecraft": "${minecraft_dependency}"
  },
  "custom": {
    "modmenu:api": true,
    "modmenu:parent": "${root_mod_id}",
    "modmenu": {
      "badges": [
        "library"
      ],
      "parent": {
        "id": "${root_mod_id}",
        "name": "${root_mod_name}",
        "description": "${root_mod_description}",
        "icon": "assets/${mod_alias}/icon.png",
        "badges": [
          "library"
        ]
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy