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
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.

