en.magiclib.magiclib-malilib-extra-1.19.2-fabric.0.8.29-beta.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 magiclib-malilib-extra-1.19.2-fabric Show documentation
Show all versions of magiclib-malilib-extra-1.19.2-fabric Show documentation
Unleash Magic Enhancement Malilib.
{
"schemaVersion": 1,
"id": "${mod_id}",
"name": "${mod_name}",
"description": "${mod_description}",
"icon": "assets/${mod_alias}/icon.png",
"version": "${mod_version}",
"provides": [
"${mod_alias}"
],
"authors": [
{
"name": "Hendrix-Shen",
"contact": {
"homepage": "https://github.com/Hendrix-Shen"
}
},
{
"name": "plusls",
"contact": {
"homepage": "https://github.com/plusls"
}
}
],
"contributors": [
],
"contact": {
"homepage": "${mod_homepage}",
"issues": "${mod_sources}/issues",
"sources": "${mod_sources}"
},
"license": "${mod_license}",
"environment": "*",
"entrypoints": {
"main": [
"top.hendrixshen.magiclib.entrypoint.malilib.MagicLibFabric"
],
"client": [
"top.hendrixshen.magiclib.entrypoint.malilib.MagicLibFabric"
],
"server": [
"top.hendrixshen.magiclib.entrypoint.malilib.MagicLibFabric"
],
"modmenu": [
"top.hendrixshen.magiclib.game.malilib.ModMenuImpl"
]
},
"mixins": [
"magiclib-malilib-extra.mixins.json"
],
"depends": {
"magiclib-minecraft-api": "*",
"malilib": "*",
"minecraft": "${minecraft_dependency}"
},
"custom": {
"modmenu:api": true,
"modmenu:parent": "${root_mod_id}",
"modmenu": {
"badges": [
"library"
],
"parent": {
"id": "${root_mod_id}",
"name": "${root_mod_name}",
"description": "${root_mod_description}",
"icon": "assets/${mod_alias}/icon.png",
"badges": [
"library"
]
}
}
}
}