Links
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 7 hours ago
All versions
1.2.0
Release
Accidental Sweep 1.2.0 for 1.21.9/1.21.107 hours ago 6
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
New features added on 1.2.0
- Change to client-side only.
- A complete rewrite in logic.
- Changed from making the mob invulnerable to prevent it from being hit, to actually disabling the sweep attack.
- Option to enable/disable only the desired lists.
- Options to control how you can attack the mobs in the lists.
- Allow the attack while sneaking.
- Allow the attack on a Critical Attack.
- Allow the attack when the player is attacked by the mob.
- Allow Sweep Attacks when the player is attacked.
- Small changes on the lists.
- Axolotls, frogs and horses are now in petMobs.
- Added sulfur cubes to passiveMobs.
- Small changes in the writing of the README and the translations.
The porting to other versions is planned to be done in the future.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| accidental-sweep-1.2.0+1.21.10-sources.jar | Source jar | 22.99 KiB |
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:Fde2QMZc:z7F4vNPJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fde2QMZc:z7F4vNPJ"
}

