Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last year
All versions
2.0.17-1.20.1
Release
v2.0.17 (1.20.1)2 years ago 160.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
finally finished this one Another update! This one brings a number of quality-of-life features, along with some stuff from the WIP 2.1 update that will be on (most likely) 1.21.
CHANGELOG:
+ New metal, Refined Sentrite; this can be used to craft lanterns and chains
+ Upgraded the Gilded Groves based on the in-progress 2.1 design
+ New tree shape for regular Skyroot trees (slightly rounder) plus a secondary Golden Oak shape
* Renamed the Valkyrie Ring to the Ring of Construction
* Improved colors and systems for Redux's sky colors, grass colors, and water colors
* Made Swet drops scale based on their size
* Tweaked a few textures
- Deprecated and removed survival access to Veridium Lanterns and Chains
- Deprecated and removed survival access to Gilded Vines (Golden Vines, however, continue to generate naturally and are not deprecated)
> Fixed bugs with Golden Vines
* Golden Vines now require shears to drop
* A variety of internal improvements and rewrites
> Fixed a few crashes
> Miscellaneous fixes
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:khv3WzAS:szIDRNOA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:khv3WzAS:szIDRNOA"
}

