Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
6.0.0.28
Release
Clumps-6.0.0.28.jar3 years ago 406.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
Current version: 6.0.0.28
- Don't zero out the entity motion on merge. Close #92 - Jared - Wed Feb 23 06:34:49 2022
- Fix water not moving orbs among other things. Close #84 - Jared - Mon Oct 4 18:08:59 2021
- Include dependency definitions for Forge and Minecraft in mods.toml (#81) - Griefed - Sat Oct 2 11:44:49 2021
- Future proof Jenkinsfile - Jared - Sat Jun 12 03:53:16 2021
- Fix published maven libs - Jared - Wed May 26 11:48:11 2021
- Hopefully fix a null clumpedMap. Close #62 - Jared - Fri Apr 30 21:36:56 2021
- update forge and the build.gradle - Jared - Fri Apr 30 21:36:34 2021
- Rework how mending is applied - Jared - Wed Apr 14 14:43:14 2021
- mark mcmt as compatible for now - Jared - Tue Apr 13 15:30:29 2021
- Add discord webhook - Jared - Tue Apr 13 15:27:55 2021
- Fix mending Calculation. Thanks @TheNormMan! Fixes #60 - Jared - Sat Apr 10 19:04:30 2021
- Migrate to deferred register, safeRunWhenOn, add localization (#54) - Chloe Dawn - Tue Feb 16 04:37:37 2021
- update to 1.16.5 - Jared - Sun Feb 14 20:31:57 2021
- Mark MCMT as incompatible - Jared - Mon Feb 8 04:21:14 2021
- Fixed Clumps and Mending close $49 - Jared - Wed Feb 3 22:02:56 2021
- proper port to 1.16.4 - Jared - Sun Dec 13 01:25:18 2020
- Cleanup and Efficiency (#42) - ChampionAsh5357 - Sun Nov 1 23:40:27 2020
- Implement XP orb events (#41) - FalseHonesty - Sat Oct 3 22:25:05 2020
- port to 1.16.3 - Jared - Wed Sep 16 23:15:08 2020
- 1.16.2 3rd times the charm - Jared - Tue Aug 25 17:55:44 2020
- fix mapping issue - Jared - Tue Aug 25 17:24:46 2020
- Fixed xp not dropping in dims (1.16.1) Close #192 - Jared - Tue Aug 25 17:16:30 2020
- orb improvements - Jared - Thu Aug 20 20:21:10 2020
- re-fix clumps causing crashes close #35 - Jared - Sun Jul 19 21:03:52 2020
- update version - Jared - Sat Jul 18 01:58:06 2020
- update commit - Jared - Sat Jul 18 01:54:03 2020
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:Wnxd13zP:UutzgwbZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wnxd13zP:UutzgwbZ"
}

