Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 3 years ago
All versions
0.0.1
Release
0.0.13 years ago 221
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
v.0.0.1
- This is a WIP build, just for testing and to get project pages approved. AI is in heavy works for Dirt Dragons and Graboids.
- Shreikers are most completed.
Known WIP things left to do:
- Dirt Dragons are missing attacks.
- Dirt Dragons are missing sounds.
- Graboids need extra hitboxes.
- Graboids are missing extra attacks (grabbing).
- Graboids are missing breaking blocks when attacking (biting/grabbing)
- Graboids digging in and out need some more fine tuning to only render when digging up/derender when digging down.
- Graboids are missing sounds.
- Graboids and Dirt Dragons hitbox are still on the surface.
- 8 Gauge block breaking is disabled.
- 8 Gauge reload animation is a place holder and will be replaced.
- 8 Gauge recipe is missing.
- Shells recipe is missing.
- Blasters flying off needs finished.
Optional dependencies
Unavailable version
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:5mniBzZH:3BB1LdRJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5mniBzZH:3BB1LdRJ"
}

