Tags
Creators
Details
All versions
1.0.0
Release
chiseledEnchants 1.0.0last month 5
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
Added
- In-game admin console under /cench admin: reload, reset, get <setting>, set <setting> [value], and whitelist <enchant> <true|false> — all op/gamemaster-gated, with tab completion for settings, values, enchant ids, and (for recipe item settings) every registered item id. Edits the config live; set with no value clears an item setting to an empty slot.
- Recipe hot-reload. Recipe edits apply on /reload and /cench admin reload — the crafting recipe book included — with no relog and no datapack reload.
- useBlocks — the modded table can take lapis blocks (default) or gems; costs and the status bar adapt.
- smallBooksChanceBoost — below-max books can add to the land chance (never the level) when a max book is present.
- recipeReplacesEmptySlots — fill the two empty recipe corners to make the crafted table pricier.
- Mod list info for Mod Menu (Fabric) and the NeoForge mods screen: icon, description, license, credits, a Website button (mod-suite hub) and Issues button, plus Discord / Modrinth / CurseForge links.
Changed
- Status boss bar now names the required currency dynamically — "lapis blocks" or "lapis gems" per useBlocks — via a {lapis} token in tableOpenNotice (existing configs migrate automatically).
- /cench about trimmed to GitHub + Discord for cleaner output.
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:itmOGkLH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L4DxhPOr:itmOGkLH"
}

