Tags
Creators
Details
1.0.1
Compatibility
Changes
chiseledEnchants 1.0.1
Changed
- Renamed the combined jar to the suite-standard
-multisuffix โ e.g.chiseledenchants-1.0.1_MC-26.2-multi.jarโ matching the naming used across the rest of the mod suite. Packaging only; no gameplay changes from 1.0.0.
Same targeted, choose-your-enchant enchanting: ring an enchanting table with chiseled bookshelves, stock single-enchant books, and get exactly the enchants you pick (max-level books only, no laundering). In-game admin console, recipe hot-reload, and a lapis blocks-or-gems economy. No new items or blocks; server-side, vanilla clients supported. Both Minecraft 26.2.x and 26.1.x builds, each running on Fabric and NeoForge from a single -multi jar.
Server-side ยท Fabric & NeoForge ยท one -multi jar ยท MC 26.1.x & 26.2.x ยท no extra libraries.
Optional dependencies
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:L4DxhPOr:pY0ti9qU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L4DxhPOr:pY0ti9qU"
}

