promotional bannermobile promotional banner

SimpleClumps

SimpleClumps is a lightweight, fully server-side Fabric mod that automatically merges XP orbs and item drops to keep your world running smoothly.

File Details

simpleclumps-1.0.3.jar

  • R
  • Oct 20, 2025
  • 26.56 KB
  • 111
  • 1.21.10
  • Fabric

File Name

simpleclumps-1.0.3.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:simpleclumps-1349945:7131146"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fix build errors for Minecraft 1.21.10 by replacing getPos() with a Vec3d constructor.

Replaced all instances of `entity.getPos()` with `new Vec3d(entity.getX(), entity.getY(), entity.getZ())` to resolve compilation errors caused by API changes in Minecraft 1.21.10.