Description
A small compatibility patch for Minecraft 1.19.2 (Forge) that fixes a crash caused by the Cataclysm mod interacting with decorated pots.
What was fixed:
- Resolved AbstractMethodError crash triggered when Cataclysm mod entities or mechanics interacted with vanilla decorated pot block entities
- The crash occurred because Cataclysm implemented a decorated pot interface method that was added in a later version, leaving the method unimplemented in older builds
- This patch implements the missing method, allowing decorated pots to coexist with Cataclysm without crashing
No gameplay changes were made. This is a pure crash fix.
Recommended for any modpack using both the Cataclysm mod and vanilla decorated pots on Minecraft 1.19.2.


