Tags
Creators
Details
1.0.1
Compatibility
Changes
🟢 Hunchback, Hunchback Skeleton 🟢 Leather Pet Armor Sprite Replacement 🟢 Digbug config option ✨ Moved config options that sync with the server to common config, client config is now empty. ✨ Raygun's orientation in hand is now correct ✨ Raygun's projectile now spawns in the correct location ✨ Floob Health adjusted to be more difficult ✨ Floob drops raygun a tad bit more commonly ✨ Big Baby now spawns less ✨ Floob Ship now spawns less ✨ Evil Pig drops porkchops ✨ Evil Creature drops Bread/Salmon ✨ Evil Snowman drops Snow/Ice ✨ Updated NAME PETS config description to the correct one ✨ Adjusted Bums health ✨ Goo Goats now don't get so large, and if they do, its very rare ✨ Attacking a digbug will cancel the digging goal ✨ Decreased Digbug health ✨ Dig Bug will now only dig holes if its far enough away from player placed blocks ✨ Floob Ships now spawn less floobs, less commonly ✨ Dig Bug, Guinea Pigs, Hot Dogs, Floob Ships, Slot Machines, Trophys, and Doghouses are now blacklist from the grow ray (From Growbot Gregg) 🐛 Fixed orientation of the Floob's Raygun in hand 🐛 Fixed an issue where levels next to the pet's name will duplicate as part of the pets name under a variety of circumstances 🐛 Fixed Shrink Ray and Grow Ray interacting with players and causing all sorts of problems 🐛 Picking up Bubblescum will no longer crash servers 🐛 Fixed a bug where running More Creeps on a hosted server instantly crashes the server. Screen packets were trying to run client code on a server.
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:tlx4WJOe:3JRGduVC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tlx4WJOe:3JRGduVC"
}

