All versions
1.0.2
Release
Rat Cheese Helper 1.0.22 months ago 25
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
All notable changes to Rat Cheese Helper are documented in this file. The format is based on Keep a Changelog, versions follow Semantic Versioning.
[1.0.2] - 2026-07-24
Changed
- The cheese highlight (glow + enlargement) now applies only while the cheese is in the camera's line of sight — nothing is rendered through blocks anymore. Required for compliance with Modrinth content rule 3.3a; also keeps the mod cleanly within Hypixel's modification guidelines.
[1.0.1] - 2026-07-18
Fixed
- False-positive highlighting of unrelated "cheese" props — Garden vermin traps
baited with Tasty Cheese, Blue Cheese Goblin Omelettes, etc. Detection now
relies on the exact cheese head texture by default; name markers are empty
and opt-in via
/ratcheese addname. Old configs containing only the legacy"cheese"marker are migrated automatically.
[1.0.0] - 2026-07-18
Initial release.
Added
- Cheese highlight: glow through walls with a configurable color and up to
5× visual size. Scaling works for any entity type (armor stands, dropped
items, item displays). The Hypixel cheese head texture is built in, with
/ratcheese scan/addtexture/addnameas a fallback if it ever changes. - Buff HUD: outgoing and incoming Magic Find buffs with live countdowns,
player names colored by rank, optional shrinking timer bars (ScathaPro
style), rat loot (RAT BLESSING) counter with a flash line for fresh drops,
and a "You smell CHEESE nearby!" indicator. Movable and scalable via a
drag-and-drop editor (
/ratcheese hud): mouse drag, scroll to scale, arrow keys to nudge, right click to reset. - Alerts: full-screen title and sound when cheese spawns nearby (both toggleable).
- Achievements: 24 cheese-themed achievements, 7 of them secret (some with
cryptic hints), unlock dates, lifetime stats and a card-style list UI
(
/ratcheese achievements). Unlock effects with titles, chat messages and sounds. - Mod Menu integration and a built-in settings screen (
/ratcheese). - English and Russian localization.
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:2JjpdDKJ:uJVLFet8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2JjpdDKJ:uJVLFet8"
}

