1.4.0
Compatibility
Changes
-
Added critterling rarities. They can be evolved into Rares or Epics.
-
Added 6 new critterlings (Dominic, Olmer, Flarg, Pirangeed, Mangotrice & Fresnoid)
-
Added 6 new structures (Abandoned Mine, Hanging Garden of Bouncelizards, Buried Nauticrawl, Evolutioner Tower, Freshenge & Witch Greenhouse)
-
Added Evolutioner (Wandering Illager)
-
Added Evolite, Evolution Table and Evolite Chandelier
-
Empty Critterling Sacks are now craftable and have a new texture.
-
Added Closed Critterling Sacks
-
Added critterling page to Critter Atlas
-
Slightly reworked Carrybug, a new achievement is required in order to start riding it
-
Removed Bounceberries from Wandering Collector's trading options
-
Added 8 new name tag easter eggs to Bouncelizard
-
Removed Disc 7
-
Fixed crash caused by Quartermaster's projectile
-
Fixed Zombie Nauticrawls not swimming
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:iRZ6t3qQ:NDQPsqi6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iRZ6t3qQ:NDQPsqi6"
}

