Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 2 years ago
Updated 3 days ago
Changelog
1.12.2-6.5.2 - March 24nd, 2025
- Added: Validation for gui container host being in same world, valid, and loaded to interaction check
- Added: Validation for player moving items into and out of inventories to run the above checks
- Fixed: Duplication bug caused by tiles failing interaction check
Duplication Bug
This was caused by GuiContainerBase failing to set the node
during construction. With the node being null
the
interaction check was defaulting to true
. Leading to no range checks on any player opened ICBM inventories. Which
when combined with chunk save/load exploits can result in duplication.