Tags
Creators
Details
Licensed MIT
Published 2 months ago
All versions
1.0
Release
Item Alchemy Additions 1.03 months ago 463
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Changes
Initial release
Alchemical Tome
- A new, improved version of the alchemical table, which serves as the centerpiece
- A completely new, original design for the GUI, created with comfort and modern features in mind
- A text field that allows you to filter items in real time by name or ID
- A special interface toggle feature that allows you to bulk-delete items from your alchemy knowledge list
- Four sorting modes for items in the grid: by EMC value (ascending and descending), alphabetically, and by internal game IDs
- A button system that lets you view only the items you already know, only those you haven't discovered yet, or all items available in the game
- A comprehensive navigation system for different categories of items (e.g., blocks, resources, food), which allows for easy navigation even with hundreds of mods installed
requirements:
- MCPitanLib 3.6.3+
- fabric 0.18.6+
- fabric Api
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:D7pTzoxi:91hsS0ZP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D7pTzoxi:91hsS0ZP"
}

