Tags
Creators
Details
Licensed MPL-2.0
Published 5 months ago
Updated last week
All versions
v1.3.3-mc1.21plus+mod
Release
for Minecraft 1.21 and future versionslast week 320
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
1.3.3
This update focuses on performance optimization, several bot and respotting fixes, and small usability improvements.
Performance Improvements
- Improved tick-function efficiency by reducing idle processing and the number of entity selectors.
- Improved ball-in-hand placement performance and behavior.
- Placement is now limited to a range of 10 blocks, so please remain near the table while placing a ball.
- Placement now activates only when the player is looking downward by at least 10 degrees.
- Replaced many entity-tag checks with scoreboard checks to improve efficiency.
- Added bounding-box constraints to entity selectors where possible, reducing the impact of large numbers of irrelevant nearby entities.
- Removed several unnecessary entity selectors.
- Reduced unnecessary calculation precision when updating armor-stand poses for ball-spin animations.
Fixes
- Fixed a known issue in v1.3.2 that could incorrectly mute sound effects during bot mode.
- Fixed the 9-ball respot option sometimes not appearing in manual mode.
- Fixed the 8-ball bot sometimes failing to detect a successful hit during the break shot.
Other Changes
- The single-player bot mode button is now hidden when automatic judging is disabled.
- Improved snooker color-ball respotting.
- Players are no longer given the ball-in-hand tag when no color balls need to be respotted.
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:mksguUIH:A1kq3uCm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mksguUIH:A1kq3uCm"
}

