dry.librarianlib.core.5.0.0-alpha.8.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 core Show documentation
Show all versions of core Show documentation
Core classes used by the other LibrarianLib modules
{
"schemaVersion": 1,
"id": "liblib-core",
"version": "5.0.0-alpha.8",
"name": "LibrarianLib: Core",
"description": "Core classes used by the other LibrarianLib modules",
"authors": [
"thecodewarrior"
],
"contact": {
"homepage": "https://github.com/TeamWizardry/LibrarianLib",
"sources": "https://github.com/TeamWizardry/LibrarianLib"
},
"license": "LGPL-3.0",
"icon": "ll/icon.png",
"environment": "*",
"entrypoints": {
"main": [
{
"adapter": "kotlin",
"value": "com.teamwizardry.librarianlib.LibrarianLib"
},
{
"adapter": "kotlin",
"value": "com.teamwizardry.librarianlib.core.LibLibCore$CommonInitializer"
}
],
"client": [
{
"adapter": "kotlin",
"value": "com.teamwizardry.librarianlib.core.LibLibCore$ClientInitializer"
}
],
"server": [
{
"adapter": "kotlin",
"value": "com.teamwizardry.librarianlib.core.LibLibCore$ServerInitializer"
}
]
},
"mixins": [
"ll/core/core.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.6",
"minecraft": "1.17.x",
"fabric-language-kotlin": ">=1.6.3+kotlin.1.5.21"
},
"custom": {
"modmenu": {
"badges": ["library"],
"parent": {
"id": "librarianlib",
"name": "LibrarianLib",
"description": "An extensive collection of tools, utilities, and frameworks.",
"icon": "ll/icon.png",
"badges": ["library"]
}
}
}
}