All versions
1.4.0+mod
Release
Classic Mechanics 1.4.02 years ago 90
Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Changes
-> 1.4.0
-Added new 'old endermen' module (in 'mobs' category) - emulates the endermen quirks from b1.8, where they would display smoke particles and had zombie noises, aswell as burn under sunlight
-Removed datapack re-triggering scheduled functions upon restarts of the world
-Added new 'snowball fireballs' module (in 'cosmetic' category) - makes fireballs look like snowballs, like they did prior to b1.9
-Added new 'old brewing stand' module (in 'blocks' category) - keeps the fuel of brewing stands always at 100%
-Added new 'herobrine' module (in 'mechanics' category) - brings back herobrine... duh..
-Added new 'no offhand' module (in 'mechanics' category) - disables the use of the offhand slot, very simply emulating the pre-r1.9 inventory
-Added new 'old mineshaft chests' module (in 'blocks' category) - replaces mineshaft minecart-chests with actual chest blocks, just like it was prior to r1.5
-Added new 'silent villagers' module (in 'mobs' category) - removes villagers' and witches' sounds, which were added in r1.5
-Added new 'old tool damage' module (in 'mechanics' category) - reverts tools' damage values to what they were in older versions. This module has 3 'enable buttons', each from different game version groups: beta / early release / early-mid release (only one can be enabled at a time, for obvious reasons)
-Added new 'old boat positioning logic' module (in 'mobs' category) - brings back old bug where zombies/skeletons/etc can't burn from sunlight while riding boats, and endermen can receive water damage from riding boats atop water
-Added new 'instant modules' module (in 'general' category) - makes certain modules appear/trigger quicker, at the cost of performance. This module is on by default
-Added new 'no dead bush shearing' module (in 'drops' category) - disables aquiring dead bushes with shears
-Added new 'no dead bush stick drops' module (in 'drops' category) - disables dead bushes dropping sticks when broken/mined
-Added new 'no morning cat gifts' module (in 'mechanics' category) - disables cats giving their owners gifts once they wake up
-Added new 'Uninstall datapack' module (in 'general' category) - removes all scores & data related to the datapack
-Tweaked the distance in relation to the bottom of the world in which void fog appears in as to be more faithful
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:WrwwFARZ:vYDxTZV3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WrwwFARZ:vYDxTZV3"
}

