Tags
Creators
Details
1.5.1+26.2
Compatibility
Required content
Changes
English
Level 10 Enchantments 1.5.1 for Minecraft 26.2 (Fabric).
Requires Java >=25, Fabric Loader >=0.19.3, and Fabric API >=0.155.2 for Minecraft 26.2. Required on the server; optional on the client.
This is the existing published build, uploaded to Modrinth unchanged. Install the main JAR; any sources JAR is for development.
中文
Level 10 Enchantments 1.5.1,适用于 Minecraft 26.2(Fabric)。
需要 Java >=25、Fabric Loader >=0.19.3,以及对应 Minecraft 26.2 的 Fabric API >=0.155.2。 服务端必装,客户端可选。
本文件为已有公开版本的原始构建,本次同步至 Modrinth,未修改或重新打包。安装主 JAR;源码 JAR 仅供开发使用。
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| level10-enchantments-1.5.1+mc26.2-sources.jar | Sources jar | 527.46 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:4LCeSI87:3D8Q7rRX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4LCeSI87:3D8Q7rRX"
}

