0.4.3
Compatibility
Changes
A lively update!
New stuff:
~New mob, the deepslatlings!
~Complete rework of the playerlikes, they are now called blocklings! You find them in the overworld and structures as zombies, and must cure them as you do with zombie villagers!
~New potion effect, fortitdue!
~New Amor Trim, the lively trim!
~New weapon, the mink fur glove!
~New enchantment for the sap-fling, ball fetch!
Changes and fixes:
~Old playlike structure removed, and replaced with 2 new structures.
~Added better compatibility with the JEI mod.
~Opossums now properly spawn with babies on their backs.
~Raptoral claw now displays properly when in the main hand in third person.
~Raptoral claw bleed effect now has its own custom potion icon and bleed particle effects.
~Resprites to a couple of items, including the roasted bug sandwich.
~Sea otters now have whiskers! (and more health when tamed)
~Naughtlus longspear and sap-fling durability decreased.
~Naughtlus longspear loose shells projectile size and speed increased slightly.
~Mink like effect is now permanent, but the item used to cause it now breaks upon use.
~Eycaluptus sapling is now properly tagged as a sapling.
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:CsROfzLs:4SYDTFhp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CsROfzLs:4SYDTFhp"
}

