Tags
Creators
Details
1.21.1-2.2.0-alpha-3
Compatibility
Changes
Emendatus Enigmatica
MC 1.21.1 | Version 2.2.0 | Alpha build #3
- Resolve #226 (Mod causing a crash on the dedicated server)
- Add integration with EMI for the custom world generation.
- Fix World Features having incorrectly constructed biome tags for modded dimensions
- Fix Biome validator marking tags ("#namespace:path") as invalid
- Add support for multiple tags / tag + id combo in the biome array of the deposits.
Take a note that this is an alpha build of the mod. There is still a lot to be done, but the core functionality is there (Item Registration and Ore Generation). You can find the progress of the port, and planned features for 1.21.1 in this project.
Currently known bugs / Missing Features
- Sample System is currently disabled.
- Trims don't render properly on armor (Some parts are not visible)
- Some Fields, which get validated correctly, have no use (Designated to be moved to addons)
- Deprecation warnings are missing proper links to the wiki.
Addons will be ported when the base mod is fully functional, and the addon system reworked.
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:XB83s9jW:qE7rHlZt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XB83s9jW:qE7rHlZt"
}

