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

Multi-Item-Lib.1.4.0.source-code.fabric.mod.json Maven / Gradle / Ivy

The newest version!
{
  "schemaVersion": 1,
  "id": "multi_item_lib",
  "version": "${version}",
  "name": "Multi Item Lib",
  "description": "A small library that easily allows for multiple types of items for Minecraft's more hardcoded items.\n\nThis library will be deprecated once Fabric API includes better versions of this library. This library does not encompass all uses cases for item, but it does with most of them to make the items work with the players.",
  "authors": [
    "OroArmor"
  ],
  "contact": {
    "sources": "https://github.com/OroArmor/Multi-Item-Lib/",
    "issues": "https://github.com/OroArmor/Multi-Item-Lib/issues"
  },
  "license": "MIT",
  "icon": "assets/multi-item-lib/icon.png",
  "environment": "*",
  "entrypoints": {
  },
  "mixins": [
    "multi-item-lib.mixins.json"
  ],
  "depends": {
    "fabricloader": ">=0.7.4",
    "minecraft": ">=1.17"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy