1.2
Compatibility
Changes
-
Enderite ore is affected by silk touch and fortune now and when broken doesnt drop xp anymore.
-
3 New enderite related blocks:
Gilded Enderite: Can be found alongside regular enderite ores on meteors and when mined will drop 1 enderite piece that can be combined with 9 of them to craft a enderite crystal. Endstone Gilded Enderite: Same as Gilded Enderite but it can very rarely generate on end islands. Endstone Enderite Ore: Same as Enderite ore but it can very rarely generate on end islands.
-
1 New material:
Enderite Crystal Piece: Can be combined with 9 of them to craft a enderite crystal.
-
Fixed issues and oversights with Space Rock and Enderite ore's hardness, resistance and tool values.
-
Endgateway station and Vault should generate less often now.
-
Enderite hoe's cooldown timer has decreased (2.5sec -> 0.75sec)
-
Enderite hoe consumes a little more xp now (3 points -> 4 points)
-
Enderite sword only shoots the energy ball when player is sneaking now.
-
Enderite Swords energy ball no longer has a effect on the player who throwed it.
-
Enderite Swords energy ball is slightly faster now.
-
Enderite armor set's ability no longer triggers if player is on creative mode.
-
Creative tab changes.
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:HbgKVWOM:SRXvzxxB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HbgKVWOM:SRXvzxxB"
}

