## [1.0.0] — 2025-11-22
### Added
— Initial release of Mekanism-PMMO compatibility mod
— Energized Smelter now grants XP through PMMO when processing smelting recipes
— Mixin-based integration to intercept Mekanism’s recipe processing
— `SmeltTranslationHandler` with signature: `handleSmeltOperation(input, output, level, pos)`
— Automatic firing of PMMO’s `FurnaceBurnEvent` with correct input/output items, level, and position
### Technical Details
— Mixin injection into `OneInputCachedRecipe.finishProcessing()` to capture recipe completion
— Reflection-based tile entity context tracking via `CachedRecipe.canHolderFunction`
— Input ItemStack captured before consumption using HEAD injection for accurate XP calculation
— ThreadLocal-based `ProcessingContext` for passing tile entity references between mixins
### Dependencies
— Minecraft: 1.20.1
— Forge: 47.4.0
— Mekanism: 10.4.16.80
— PMMO: 1.20.1-1.7.39
[1.0.0]: https://github.com/XxInvictus/Meka-PMMO/releases/tag/1.20.1-1.0.0