Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
2.0.2
Release
Zenith Renewed 2.0.22 months ago 2,187
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Full Changelog
2.0.2
New Features
- Enchanted books can now be combined in an anvil with either a Cobweb or Prismatic Cobweb to remove enchants or curses
- Compat: Spell Power's Magic Prot enchant is now compatible with all other protections if the Enchanting module is active
Fixes
- Fixed upgrading gems in batch taking up the same materials as 1 gem, now only 1 gem at a time is allowed to be cut
- Fixed the left tooltip being duplicated for all Zenith screens (Enchanting Table, Augmenting Table, etc...)
- Fixed some z fighting between item/hovered tooltips and the left tooltip
- Fixed the Augmenting Table and the Gem Fused Slate not being in the creative menu
- Fixed salvaging recipe inputs sometimes having the line "ZENITH_REMOVE_MARKER" in their tooltip
- Fixed gem cutting emi recipe item position
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:GTDFctVr:T6bH9nd3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GTDFctVr:T6bH9nd3"
}

