## [1.0.1] — 2025-11-25
### Fixed
— Fixed ClassCastException crash when using non-smelting Mekanism machines (e.g., Electrolytic Separator)
— Added proper type checking before casting recipes to ItemStackToItemStackRecipe
### Changed
— Refactored recipe type checking into `isSupportedRecipe()` method for easier extension
— Added documentation for future machine support (Crusher, Enrichment Chamber, etc.)
— Improved error handling with specific ClassCastException catch for unsupported recipe types