Links
Tags
Creators
Details
All versions
7.5.3
Release
WorldListTrashCan 7.5.33 weeks ago 74
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
WorldListTrashCan 7.5.1 → 7.5.3 Update Report Current version: 7.5.3 A total of 19 submissions were completed during this period. 【New Feature】
- Added the logic for stacking ground items on the modern server side, with the default setting disabled.
- Automatically determine whether the environment is supported based on API capabilities such as PDC.
- Support independent settings for each item:
- Whether to participate in stacking
- Maximum stack quantity
- Custom Display Name
- Built-in Chinese, English, and Japanese product names.
- Stack configuration is uniformly integrated into item-stacking.yml.
- Personal Trash Bin Recycling Reminder: Supports clicking to open either the personal bin or the public bin.
- Add an independent switch for "Intercept Generation Logs" to increase the entity quantity limit.
- Add a unified debug switch; when disabled, it will no longer output non-essential debug information.
Performance OptimizationThe default upper limit for Folia single-round block processing is increased to 2048, reducing the number of scheduling rounds for large-scale map sweeping tasks. - When item stacking is disabled, corresponding listeners, tasks, queues, and indexes are not registered.
- Localized item names are loaded only for the currently selected language to reduce constant memory usage.
- Debug logs employ lazy construction, avoiding unnecessary string overhead when debugging is disabled.
[Issue Fix] - Fixed the issue where the menu must be reopened to refresh after placing items into an already opened trash can.
- Fixed the issue where the trash can only collects some items during sweeping, and the remaining quantity does not continue routing.
- Fix the issue where the personal trash bin prompt displays the original Material name.
- Fix the logic for non-player entities like Piglin to pick up and stack items:
- Logical quantity is not deducted
- Ground quantity briefly fluctuates
- Rewards can be exchanged repeatedly
- Fixed the issue where the item quantity restoration was incorrect when the player's pickup results were delayed to the next tick.
- Fixed the issue where players might receive the same item in both their backpack and the trash can when picking up and sweeping simultaneously.
- If the source item becomes invalid, the quantity changes, or the deletion fails after sweeping and writing to the trash bin, the write operation will automatically roll back to avoid item duplication. Version changes: 7.5.1 → 7.5.2 → 7.5.3
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:nILG1dtG:F0ir3Rc2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nILG1dtG:F0ir3Rc2"
}

