Tags
Creators
Details
1.0.0
Compatibility
Changes
This is the initial upload of the mods, it contains the following features:
-
A re-implementation of Hostile Mobs saving themselves from creepers when they are about to explode, this can be enabled or disabled with the gamerule shouldMobsAvoidCreepers
-
A re-implementation of Ruby, which was originally supposed to be what emerald is, this implementation makes it so that Ruby is the in-between of Diamond and Netherite, being stronger than Diamond but weaker than Netherite
-
A re-implementation of Dirt Slabs, which is well... a dirt slab, it can be crafted the same as any other type of slab, and if you put 2 dirt slabs together like a stick, it'll turn them back into a piece of dirt.
-
A re-implementation of the Steve mob, currently in this version Steve has no very limited wander AI and does not spawn naturally yet
-
A re-implementation of Herobrine, also currently does not have much AI except to attack all living entities and to wander, and does not spawn naturally yet. (Yes Herobrine was never a real feature, but it is a running joke from Mojang that they remove him from every update so I'd figure I'd add him)
That is all that was added in this update, hopefully, more to come soon!
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:LUnbTMOt:tpd7kWck"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LUnbTMOt:tpd7kWck"
}
