All versions
26.1.2.4+neoforge-26.1.2
Release
26.1.2.4+neoforge-26.1.2yesterday 10
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
-
Hotfixed crash on startup on NeoForge
-
Added Fallen Star
- A star will occasionally fall from the sky.
- Picking it up grants one of four blessings:
- Star of Abundance: some specific block, mob, and fishing drops will duplicate occasionally
- Star of Propserity: better healing and food, breeding may result in twins, planting occasionally causes a growth spurt
- Star of Fate: all Little Joys events are more likely to occur
- Star of Serenity: everything is a bit more peaceful; less environmental damage, some mobs are more calm
- Blessings are subtle and do not run out of time; they will naturally expire once you've been sufficiently blessed
-
Data Packs: Added
is_blockandis_state_propertyevent conditions- These are useful for adding support for blocks with many block properties, since they don't require all permutations to be specified
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:v0j2ftEp:spRQfUXc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v0j2ftEp:spRQfUXc"
}

