All versions
1.4.1+mod
Release
Classic Mechanics 1.4.12 years ago 70
Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Changes
-> 1.4.1
-Fixed 'drops' category's 7th page having buggy page switch buttons
-All enable/disable/return to main menu/next page/previous page/check toggles buttons are now colored and boldened
-Module toggles screen's 'return to main menu' button now says '>click to go back to the options menu!' when hovered over
-Fixed modules relating to the ender dragon not working correctly with 'instant modules' module
-Fixed loot table based modules (mainly, 'drops' category modules) not working due to invalid, old folder name
-Fixed 'snowball fireballs' module's enable/disable button handling 'old endermen' instead
-Fixed 'old dragon bossbar' module's disable button enabling the module
-Renamed 'disable zombie breaking doors' to 'disable zombies breaking doors' to fix incorrect, singular, word
-'disable zombies breaking doors' module enable/disable messages renamed from 'enabled/disabled disable zombie door-breaking' to 'enabled/disabled disable zombies breaking doors'
-Fixed 'disable phantoms' disable message being the same as 'disable pillagers' one
-Fixed enabled/disabled messages for 'disable wandering trader spawning' having incorrect wording
-Fixed enabled/disabled messages for 'disable warden spawning' having incorrect wording
-Fixed 'squids survive on land' module's enabled/disabled messages being 'enabled/disabled land squids'
-Fixed 'more ghasts in the nether' module's enabled/disabled messages being 'enabled/disabled more ghasts'
-'no equipment' module no longer removes skeletons'/pigmens'/brutes'/strays' default tools
-Fixed 'old endermen' toggling 'old wolf variants' instead
-Fixed 'no potion effects' toggling 'vertical drowning knockback' instead
-Fixed enabling disabling 'popcorn smelting' module displaying 'heal on sleep' enable/disable messages
-Fixed 'Do scores on reload' module option triggering 'send messages on reload' instead
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:16dKdo4F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WrwwFARZ:16dKdo4F"
}

