cat.catlib-quilt.2.10.source-code.quilt.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catlib-quilt Show documentation
Show all versions of catlib-quilt Show documentation
Utilities for serialization, commands, noise generation, IO, and some new data types.
The newest version!
{
"schemaVersion": 1,
"id": "${mod_id}",
"version": "${mod_version}",
"name": "${mod_name}",
"description": "${mod_description}",
"authors": [
"${mod_authors}"
],
"contact": {
"homepage": "${mod_download}",
"sources": "${mod_sources}"
},
"license": "GNUv3",
"environment": "*",
"entrypoints": {
"main": [
"personthecat.catlib.quilt.CatLib"
],
"client": [
"personthecat.catlib.quilt.CatLib"
]
},
"mixins": [
"catlib.quilt.mixins.json",
"catlib.common.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${mc_version}",
"cloth-config2": ">=${cloth_version}",
"java": ">=8"
}
}