Tags
Creators
Details
0.1.15+1.21.1+neoforge
Compatibility
Changes
Tweaks:
Added Voracious Arrow
Added Tooth of Hunger building blocks
Added Nightfall Dirt Path
Added more advancements
Added Cake with Amaramber Candle
Added c:dusts/saltpeter
Stellagmite now melts when touched by lava and cools when touched by water
Atalphaite Block now turns into Blazing Atalphaite Block when touched by lava
Eternal Starlight bosses can no longer ride other entities
"Wish upon a Star" will only be trigger when the player is not underground
Eternal Starlight plants and leaves now have correct default colors instead of green
Removed the flashing effect of the Thermal Springstone armor
Fixes:
Fixed "Oxidized Golem Steel Tiles cannot be mined"
Fixed not molten Stellagmite blocks hurting entities
Fixed stack size of Eternal Starlight signs and hanging signs
Fixed Lunaris Cactus Gel unable to remove not beneficial mob effects
Fixed the Ether Bucket's craft remainder
Fixed problem related to applying bonemeal on a plant
Fixed command-summoned Ent having no leaves
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:2aLbng89"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:2aLbng89"
}

