1.2.0
Compatibility
Required content
Changes
Happy April Fools! But this update is not joke. Here's changelog:
- Port to 1.21-1.21.1 Fabric.
- Added configuration file instead of gamerules (
config/magicmirror.properties) - Added 7 new languages: German, Ukrainian, Simplified Chinese, Traditional Chinese, Shakespearean English, Pirate Speak and LOLCAT.
- Added experience levels cost feature. Can be set up in config file.
- Added damage dealt to player after use feature. Can be set up in config file.
- Added magic mirrors durability feature. Can be set up in config file.
You can use this mod version with Quilt, but make sure you have installed Fabric API.
Forge port and backports are planned! Follow the project to get notified when update gets released.
If you find any bugs, feel free to give feedback to my email.
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:1d2CrxHN:Ixtf7Njf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1d2CrxHN:Ixtf7Njf"
}

