promotional bannermobile promotional banner
premium banner
Updated compatibility patch between Project MMO and Let's Do Vinery for Forge 1.20.1.

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:

  1. Package rename — All classes moved from satisfyu.vinery.* to net.satisfy.vinery.core.*, so the mixin targets couldn't be found.
  2. Apple Press rewrite — The old craftItem() method was removed and replaced with separate processMashing() and processFermenting() 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)