Multi-Item-Lib.1.4.0.source-code.fabric.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Multi-Item-Lib Show documentation
Show all versions of Multi-Item-Lib Show documentation
A placeholder mod for the fabric api until better unhardcoding exists.
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"
}
}