1.6.2
Compatibility
Changes
-
Fixed two age-old bugs: two types of skulls would not drop when broken, and the same two types of skulls, when placed on note blocks, would cause the note blocks to make no sound upon activation. Hereby, we express our heartfelt gratitude to the Lord. Had it not been for the revelation of the supreme Lord, we would have remained forever blinded by this.
-
Adjusted Chad Wolf’s damage multiplier against pig-type and skeleton-type mobs, reducing it from ten times to five times. As compensation, its base stats have been increased to 1.5 times the original value, and after taming, the stats are increased to twice the original value. The Lord felt that the weapon-wielding Chad Wolf was previously too extreme, so He imposed a minor divine punishment upon it, yet at the same time granted it the grace of sincere repentance.
-
Added an item description for Lord's Brush. With it, the Lord shall guide the lambs onto the right path.
-
Added a new item: Lord’s Colloid, a type of food. Upon consumption, you too can shine just like the Lord! — thus spreading the word to all that you are blessed by the Lord.
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:bjRZVDJU:fjUjiYnT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bjRZVDJU:fjUjiYnT"
}

