All versions
1.1.0
Release
Ravenous Maw 1.1.08 months ago 44
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
Warning: This version may not be compitable with former versions.
- Symbiotic Aid now provides keep inventory effect. (Non-burning effect will be added later)
- Patchouli guide book completely renewed.
- New Mutations: Perpetual Motion, Electric Mending, Mental Supremacy.
- New Commands: /ravenousmaw destabilize {mutation} (triggers instability of the given Mutation) & /ravenousmaw charge (charges the Maw with Forge Energy if it has Electric Mending Mutation).
- Now, all Mutations has Instabilities.
- Bugfix: Maw tick counter (for dialogues & instabilities) no longer cause issues in multiplayer.
- Bugfix: Tectonic Bite no longer allows areas bigger than the Maw-Stage's limit.
Notes:
- Apparently, my versioning of the mod was wrong up until now. So, I'm changing the versioning.
- This version will be the last to have incompatibility with previous versions—or so I hope. (I was messing with some core mechanics up until now)
- Unfortunately, there will be no wrench Mutation because each mod handles it different which may cause crashes.
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:URWidRPa:Lez9LRiZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:URWidRPa:Lez9LRiZ"
}

