Tags
Creators
Details
0.1.16+1.21.1+fabric
Compatibility
Required content
Changes
Tweaks:
Added Nightfall Podzol
Added 3 new tracks & music discs
Thermal Springstone / Glacite weapons can no longer be enchanted with Fire Aspect
Scythes can trigger sweep attack even the attack indicator bar isn't full, they now have higher sweep damage and can no longer be enchanted with Sweeping Edge
Hammers can trigger critical attack even the attack indicator bar isn't full and can no longer trigger sweep attack
Player blocking with Glacite Shield won't be slowed down
Adjusted greatswords' blocking animation
Remodeled Crystallized Moth and made it tamable, the player can right click it with Lunaris Cactus Gel to obtain Shivering Gel
Increased the Starlight Golem's charging time
Remodeled Thermal Springstone Helmet
Made the drop chance of the Tooth of Hunger higher
Withered Starlight Flowers rather than Starlight Flowers now grow in the Scarlet Forest
Canceled the Orb of Prophecy's advancement check
Improved performance
Updated textures
Fixes:
Fixed uncraftable Thermal Springstone building blocks
Fixed camera position adjustment not working on NeoForge
Fixed The Gatekeeper always trying to teleport back after the structure is destroyed
Fixed mana crystals ingredients conflict
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:XvcfUGfB:lMpMn7Z9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:lMpMn7Z9"
}

