1.0.5
Compatibility
Required content
Changes
Hello fellow minecrafters in this version I added two new mobs called Skinwalker and Scarecrow. These giant cold-blooded monsters will come for you at night and chase you. These mobs won't drop anything and I got them from Nightfox, go check his sketchfab out because he makes a great job on texturing,animating and modeling these mobs! -> https://sketchfab.com/Nightfoxymc
But the most important part is that the "quality" name represents the deleted mobs which were once been in the game, but not all of them!
And sadly, this name also represents the last version of this mod which I hope you all enjoyed! I think my job here is done...
This Version Is Also available on 1.19.2
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:VjYlimrT:Efs2eORm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VjYlimrT:Efs2eORm"
}


