
Jaiz Mobs
ArchivedJaizmobs was a small project to get me familiar with modding, and from here will no longer be updated or bug fixed. Jaiz Mobs adds 20+ new features (as of the full release - 0.11.1.20.4 and up)
Tags
Creators
Details
1.1-1.20.4
Compatibility
Changes
Finalized the new strider hunter mob. now has correct sounds and etc. - still not loot New recipes for sulfur replacing gunpowder in TNT and fireworks (will craft more items). A couple other minor features such as renaming certain mobs creating new textures: Strider hunter: rename to "Zuper", or "Deadcomedy" Star Fish (+ variants) rename to "Atlas" Cultivator rename to "Epiccool"
Also Geyser Berry food items can be crafted into the "Place able Geyser Berry" item.
ok that's it, see you in the next update.
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:DIJIg3Ip:k6ZwxP3L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DIJIg3Ip:k6ZwxP3L"
}
