Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated 2 weeks ago
All versions
v20.4.3-1.20.4-Forge
Release
[FORGE] [1.20.4] EasyAnvils-v20.4.32 years ago 702
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v20.4.3-1.20.4] - 2024-03-04
Fixed
- Fix switching rename and repair cost config option to
LIMITEDalways setting the cost to 39 when the too expensive limit is left at -1
[v20.4.2-1.20.4] - 2024-01-28
Changed
- Apply anvil menu changes in a less invasive way, also send less update packets to clients
Fix
- Fix unable to change item name on anvil
[v20.4.1-1.20.4] - 2024-01-27
Fix
- Exclude Better Nether & Better End anvils by default to avoid a crash trying to use them
[v20.4.0-1.20.4] - 2024-01-24
- Ported to Minecraft 1.20.4
- Ported to NeoForge
Added
- Add a formatting codes guide to anvil & name tag screen
- Add experimental support for double click dragging to select multiple words to anvil & name tag text boxes
Changed
- Overhaul large portions of the mod, anvil changes are no longer applied via Mixin, instead anvil blocks are replaced internally
- Should not result in any noticeable gameplay differences
- This also means modded anvils are now fully supported, although any custom properties like custom repairing behavior will be overwritten
- Modded anvils can opt out from being replaced by Easy Anvils by being added to the
easyanvils:unaltered_anvilsblock tag
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:OZBR5JT5:1zRbqqKY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OZBR5JT5:1zRbqqKY"
}




