Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
1.1.0
Release
ChromaAnvils 1.1.0last month 393
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
This release updates ChromaAnvils for Minecraft 26.2 and adds a new anvil option for server owners.
Added
- Added a
Disable Too Expensive Limitconfig option. - Added server-to-client config sync for the too-expensive limit.
Changed
- Updated to Minecraft 26.2, Fabric Loader 0.19.3, Fabric API 0.153.0, and Java 25.
- Updated Cloth Config, Mod Menu, Adventure, and Fabric Permissions API versions.
- Reworked anvil mixins for the newer Minecraft menu/screen classes.
- Moved anvil screen logic to client-only mixins to avoid dedicated server class loading.
Fixed
- Fixed colored anvil names flashing between colored and uncolored text on servers.
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:XwdRAY7Z:F5Y73kbH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XwdRAY7Z:F5Y73kbH"
}

