Tags
Creators
Details
0.1.5+1.21.1+neoforge
Compatibility
Changes
Tweaks:
Huge glowing mushroom blocks now have the "mineable/axe" tag
Retextured nightfall grass block
Added 3 music discs
The player will no longer be able to open the orb of prophecy ui if they don't have any crest
The amaramber candle now requires raw amaramber, rather than amaramber ingot
The amaramber arrow now requires raw amaramber nugget, rather than amaramber ingot
Nerfed the gatekeeper
Decreased the amount of tangled in the cursed garden
Fixes:
Spawn eggs can be dispensed as they should
Item in the player's offhand will no longer be used when reading starlight story
Probably fixed cave carvers replacing trees
Fixed texture glitch of thermal springstone helmet
Fixed texture glitch of the gatekeeper
Fixed incorrect attack speed of all tools
Fixed the gatekeeper displaying fire
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:3qedDFc2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:3qedDFc2"
}

