Tags
Creators
Details
Item-Pickup-Filter-v2
Compatibility
Changes
RELEASE V2
š Compatibility & Core
-
Updated Target Versions: Now fully supports Minecraft 1.21.0 through 1.21.8.
-
Updated Dependencies: Requires the latest compatible versions of Cloth Config and Fabric API for Minecraft 1.21.8.
⨠New Features & Mechanics
-
Join Notification: Added a sleek chat notification [IPF] Item Pickup Filter is active! when joining a world or server to confirm the mod is running.
-
Improved Multiplayer Handling ("Forcefield Illusion"): Refined packet interception logic to better handle server-forced item pickups, resulting in smoother and more consistent behavior across multiplayer environments.
šļø Commands & GUI Improvements
-
Interactive Command Menu: Typing !ipf or !ipf help now displays a clean, formatted command menu for easier navigation.
-
Smart Item Formatting (Auto-Prefix): Automatically formats item IDs (e.g., typing dirt becomes minecraft:dirt), both in commands and GUI input.
š ļø Fixes & Improvements
-
General stability improvements across all supported 1.21.x versions.
-
Minor UI and formatting tweaks for better readability.
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:BIzedMTg:SqDQCJSZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BIzedMTg:SqDQCJSZ"
}

