1.0-release-1.21.4
Compatibility
Changes
FastThings V1.0 (Release Version)
FastThings is an advanced client-side utility mod built to optimize your gameplay, clean up your visual space, and maximize inventory efficiency during intense PvP.
š Whats New?
-
Dedicated Inventory Hotkeys: Integrated direct, crash-free keybindings for "Place All", "Take All", and "Drop All" operations. Instantly clear or dump container layouts with a single keypress.
-
Full Mouse Tweaks Integration: Includes complete Mouse Tweaks functionality out of the box. Effortlessly drag to move multiple items, quickly distribute blocks with right-click dragging, and use your mouse scroll wheel to rapidly transfer items in and out of containers.
-
No Fire Overlay: Completely removes the annoying burning fire animation from your screen. Keep your vision 100% clear and unobstructed even when you are on fire.
-
Vault Drop & Fast Deposit Integration: Fully compatible with virtual server inventories (/pv, Vaults). Instantly drop, transfer, or deposit items into custom plugin-based GUI containers without encountering desync issues.
-
FPS Boost & Render Optimizations: Built-in performance enhancements (FpsRenderThings) designed to streamline rendering paths, eliminate micro-stutters, and give you a noticeable frame rate boost in packed arenas.
š 1.0 Release Notes
This is the stable, official 1.0 Release of FastThings! All core features have been fully rewritten, stabilized, and tuned for maximum efficiency in competitive environments. Startup initialization bugs have been resolved, and the mod is fully optimized for continuous multiplayer use.
š Found a glitch or want to request a feature? Your input shapes the mod! Please submit your reports directly on our support server.
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:pSJgxa1c:EVnPdznK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pSJgxa1c:EVnPdznK"
}

