custom-item-range-combination.1.0.1.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 custom-item-range-combination Show documentation
Show all versions of custom-item-range-combination Show documentation
Allows for the changing of how far item entities combine in Minecraft.
The newest version!
{
"schemaVersion": 1,
"id": "custom_item_range_combination",
"version": "${version}",
"name": "Custom Item Range Combination",
"description": "Allows for the changing of how far item entities combine in Minecraft.",
"authors": [
"OroArmor"
],
"contact": {
"homepage": "https://oroarmor.com/",
"sources": "https://github.com/OroArmor/CustomItemRangeCombination"
},
"license": "MIT",
"icon": "assets/custom_item_range_combination/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.oroarmor.custom_item_range_combination.Mod"
]
},
"mixins": [
"custom_item_range_combination.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.3"
}
}