Tags
Creators
Details
All versions
0.11.0
Release
Ars Elixirum 0.11.03 months ago 45
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added data-driven compendium with formatting and table support; content and structure can be customized per language, including adding new sections and pages
- Added "The Fundamentals" compendium section with detailed explanations of core mechanics
- Added search fields to the recipe collection and compendium; recipe search covers both elixir names and effect names
- Added font scale snapping to ensure pixel-perfect font sizes in fullscreen mode, eliminating flickering
- Improved visuals and informativeness of the elixir contents graph, added effect weight display and quality tier indicators
- Improved visuals for traits and composition display
- Extracts can now be used to neutralize elixir effects at the brewing stand; extract essences will be subtracted from elixir essences after brewing, allowing optional targeted purification of elixirs
- Elixirs can now have nametags attached via crafting – a tag placed before an elixir applies to its name, while a tag placed after hides the effect list and is added as lore
- Initial implementation of a data-driven essence and ingredient generation pipeline
- Initial implementation of an API layer, exposing many systems for better future integration with other mods
- Various minor fixes and improvements
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:oYe4cXFm:8uA8Lyww"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oYe4cXFm:8uA8Lyww"
}



