File Details
cobbleshop-1.1.0.jar
- R
- Mar 10, 2026
- 63.40 KB
- 472
- 1.21.1
- NeoForge
File Name
cobbleshop-1.1.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changes Made
SS Barrel / Modded Container Access The shop system was intercepting all right-click events including sneak + right-click, which prevented Sophisticated Storage containers from opening their own GUI. The fix lets sneak + right-click pass through to the block natively instead of being caught by the shop system.
Display Entity Cleanup on Break The removeDisplayEntity method was only searching by saved UUID. If the UUID was missing or stale (due to a crash or restart), it silently failed and left the entity floating. The method now has a two-pass approach — UUID lookup first, then a position-based fallback that searches above the chest for any tagged cobbleshop_display entity.