Masterful Machinery Fork

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

File Details

MasterfulMachinery-3-1.20.1-0.1.33.10.jar

  • R
  • Jun 17, 2026
  • 766.94 KB
  • 14.6K
  • 1.20.1
  • Forge

File Name

MasterfulMachinery-3-1.20.1-0.1.33.10.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

## [0.1.33.10] - 2026-06-17

### Added
- Fluid and Energy ports: numeric `tierRank` support in storage models, parsers, builders and serializers. `PortConfigBuilderJS.tierRank(int)` now applies to fluid and energy ports as well.

### Fixed
- JEI / structure GUI crash: prevent ArrayIndexOutOfBounds in `TickCycling` by skipping layout pieces with no registered renderer blocks (occurs when `minTier` filters out all matching port variants).

### Changed
- Port matching: `minTier` checks now properly apply to fluid and energy port types; ports without an explicit `tierRank` are treated as `tierRank = 1` during matching (backwards compatibility).