Description
An updated fork of PMMO Vinery Compat (originally by Silvertide7) that restores compatibility with Let's Do Vinery 1.4.41+ on Forge 1.20.1.
What it does:
Grants Project MMO crafting XP when players use Vinery's crafting stations:
- Fermentation Barrel — XP awarded when wine/juice finishes fermenting
- Apple Press — XP awarded for both mashing and fermenting stages
Why this fork exists:
Vinery 1.4.41 made two breaking changes that caused the original compat mod's mixins to silently fail:
- Package rename — All classes moved from
satisfyu.vinery.*tonet.satisfy.vinery.core.*, so the mixin targets couldn't be found. - Apple Press rewrite — The old
craftItem()method was removed and replaced with separateprocessMashing()andprocessFermenting()pipelines. The original mod's mixin had nothing to hook into.
This fork rewrites both mixins for the new API and splits the Apple Press hook into two separate injections covering both processing stages.
Requirements:
- Minecraft 1.20.1
- Forge 47+
- Let's Do Vinery 1.4.41+
- Project MMO (any version)


