Masterful Machinery Fork

Its a fork from Masterful machinery. The original Mod got removed.

File Details

MasterfulMachinery-3-1.20.1-0.1.34.1.jar

  • R
  • Jul 3, 2026
  • 789.85 KB
  • 71
  • 1.20.1
  • Forge

File Name

MasterfulMachinery-3-1.20.1-0.1.34.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:masterful-machinery-fork-1361830:8364218")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## [0.1.34.1] - 2026-07-03
### Fixed
- NBT matching: Fixed a bug in weak NBT matching where duplicate entries in an expected ListTag could all match the same element in an item's ListTag. List matching now respects multiplicity — each expected element must match a distinct element in the item data.

- Controller scheduling: Fixed round-robin input-item recipe selection so the controller treats items with the same item id but different NBT as distinct candidates. The controller now generates per-stack keys (NBT fingerprint when available, otherwise a slot-based key), caches available stack keys and selects the least-recently-used stack among eligible candidates.