Links
Tags
Creators
Details
2.0.19-1.20.1
Compatibility
Required content
Changes
SORRY FOR THE SIX/SEVEN MONTH WAIT
VERSION 2.0.19
This update fixes some small issues and makes several improvements, including a variety of renames and texture tweaks. I plan to backport this to 1.19.2 soon-ish as well most likely.
CHANGELOG:
+ Readded Blighted Aether Grass Blocks
+ Updated model for Whirlwinds
+ Added the Redstone Logicator (see the lore entry for its use! it's pretty cool imo)
* Ring of Wisdom now uses Zanite to craft
* Updated Blightwillow tree shape
* Improved blight worldgen
* Updated Blueberry Pie and Enchanted Blueberry Pie
* Updated Raw Gravitite and Gravitite Ingot textures (courtesy of Juniper/junideergirl)
* Updated a few flower textures
* Updated bagel textures
* Updated lightroot clump texture
* Renamed Airbound Cape to Aerbound Cape
* Renamed Blightshade to Gloomshade
* Renamed Blighted Aerclouds to Corrupted Aerclouds
* Renamed Blighted Spores to Willow Spores
* Renamed Shroom Ring to Adrenaline Ring
* Renamed Sentry Chip to Sentry Circuit
* Renamed Blightmoss to Bleakmoss
* Altered Bleakmoss color palette
* Renamed + Retextured Splitfern into the new Skyfern
* Deprecated Infernia flower, will be replaced in generation with the Aurum
* Updated zh_cn translation (courtesy of Parallel011)
* Renamed Divinite to Angilite
> (Hopefully) fixed level.dat surface rule issue
> Fixed some music issues
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:2BohuEYU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:khv3WzAS:2BohuEYU"
}

