Tags
Creators
Details
Licensed ARR
Published last month
Updated 3 weeks ago
All versions
1.0.9-hotfix+1.21.1-fabric
Release
Meccha Crafteleon 1.0.9-hotfix (1.21.1 Fabric)3 weeks ago 3,069
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
- The map the room leader picks now updates live for everyone, with no chat spam.
- New room rule: Classic vs Infection. In Infection a caught chameleon joins the hunt; in Classic they are out and spectate until the round ends. (Replaces the old "Elim on death" box.)
- Block disguise is now on by default in new rooms.
- Nametags redone: a full disguise hides your name, seekers can see each other, and hiders see no names during a round.
- You can no longer take your disguise off mid-round to pass for a hunter, including the block-mode helmet.
- Everyone now starts a round in mini size.
- Longer hiding time and a shorter hunt by default.
- End of round: only the chameleons that were never found light up, they render properly, and the wait is cut short when everyone was caught.
- Fixed the top bar: it fits small lobbies and clears when you leave a room.
- Test bots keep their disguise and size in a round, and no longer drop a lootable armor set.
- All game versions (1.21.1, 1.21.11 and 26.x, Fabric and NeoForge) are back in sync.
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:vKuhJr4s:yFW07nO1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vKuhJr4s:yFW07nO1"
}

