en.magiclib.magiclib-1_14_4.0.7.364.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-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
{
"schemaVersion": 1,
"id": "${mod_id}-${minecraft_version_id}",
"version": "${mod_version}",
"icon": "assets/${mod_id}/icon.png",
"name": "${mod_name} for ${minecraft_version}",
"description": "${mod_description}",
"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.MagicLib"
],
"client": [
"top.hendrixshen.magiclib.MagicLib"
],
"modmenu": [
"top.hendrixshen.magiclib.impl.compat.modmenu.ModMenuApiImpl"
]
},
"mixins": [
"${mod_id}-carpet.mixins.json",
"${mod_id}-event.mixins.json",
"${mod_id}-i18n.mixins.json",
"${mod_id}-malilib.mixins.json",
"${mod_id}-minecraft-compat-api.mixins.json"
],
"depends": {
"minecraft": "${minecraft_dependency}"
},
"custom": {
"modmenu:api": true,
"modmenu:parent": "${mod_id}",
"modmenu": {
"badges": [
"library"
],
"parent": "${mod_id}"
},
"loom:injected_interfaces": {
"net/minecraft/class_287": [
"top/hendrixshen/magiclib/compat/minecraft/api/blaze3d/vertex/BufferBuilderCompatApi"
],
"net/minecraft/class_310": [
"top/hendrixshen/magiclib/compat/minecraft/api/client/MinecraftCompatApi"
],
"net/minecraft/class_327": [
"top/hendrixshen/magiclib/compat/minecraft/api/client/gui/FontCompatApi"
],
"net/minecraft/class_437": [
"top/hendrixshen/magiclib/compat/minecraft/api/client/gui/screens/ScreenCompatApi"
],
"net/minecraft/class_898": [
"top/hendrixshen/magiclib/compat/minecraft/api/client/renderer/entity/EntityRenderDispatcherCompatApi"
],
//#if MC < 11903
"net/minecraft/class_1158": [
"top/hendrixshen/magiclib/compat/minecraft/api/math/QuaternionCompatApi"
],
"net/minecraft/class_1159": [
"top/hendrixshen/magiclib/compat/minecraft/api/math/Matrix4fCompatApi"
],
"net/minecraft/class_1160": [
"top/hendrixshen/magiclib/compat/minecraft/api/math/Vector3fCompatApi"
],
"net/minecraft/class_1162": [
"top/hendrixshen/magiclib/compat/minecraft/api/math/Vector4fCompatApi"
],
//#endif
"net/minecraft/class_1277": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/SimpleContainerCompatApi"
],
"net/minecraft/class_1297": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/entity/EntityCompatApi"
],
"net/minecraft/class_1657": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/entity/player/PlayerCompatApi"
],
"net/minecraft/class_1735": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/inventory/SlotCompatApi"
],
"net/minecraft/class_1799": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/item/ItemStackCompatApi"
],
"net/minecraft/class_1937": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/level/LevelCompatApi"
],
"net/minecraft/class_2561": [
"top/hendrixshen/magiclib/compat/minecraft/api/network/chat/ComponentCompatApi"
],
"net/minecraft/class_2583": [
"top/hendrixshen/magiclib/compat/minecraft/api/network/chat/StyleCompatApi"
],
"net/minecraft/class_2586": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/level/block/entity/BlockEntityCompatApi"
],
"net/minecraft/class_2680": [
"top/hendrixshen/magiclib/compat/minecraft/api/world/level/block/state/BlockStateCompatApi"
],
"net/minecraft/class_4184": [
"top/hendrixshen/magiclib/compat/minecraft/api/client/CameraCompatApi"
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy