Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v21.0.4-1.21-Fabric
Release
[FABRIC] [1.21] EasyMagic-v21.0.42 years ago 138.8K
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
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.
[v21.0.4-1.21] - 2024-09-05
Fixed
- Enchanting tables from old mod versions no longer vanish
[v21.0.3-1.21] - 2024-09-03
Changed
- Blocks created during world generation are now automatically converted to the mod replacement
- Some enchanting tables added by other mods are now supported
[v21.0.2-1.21] - 2024-07-30
Fixed
- Fix option for keeping the vanilla enchanting book rendering in the enchanting screen not having any effect
[v21.0.1-1.21] - 2024-07-07
Changed
- Updated for Puzzles Lib v21.0.8
[v21.0.0-1.21] - 2024-07-06
- Port to Minecraft 1.21
- Forge is no longer support in favor of NeoForge
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:9hx3AbJM:lRBz0IRk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9hx3AbJM:lRBz0IRk"
}




