promotional bannermobile promotional banner

Aequivaleo

Analysis engine and mediator mod for analyzing recipes and equivalencies of items, blockstates and other game objects in minecraft.

File Details

aequivaleo-0.1.64-BETA-javadoc-vanilla-api.jar

  • B
  • Sep 13, 2021
  • 132.28 KB
  • 22
  • 1.16.5+3
  • Forge

File Name

aequivaleo-0.1.64-BETA-javadoc-vanilla-api.jar

Supported Versions

  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:aequivaleo-404450:3458746")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Aequivaleo Changelog

Version: 0.1.64-BETA

  • Add fixes to the build file so CI works.
  • Add silent gear as 1.16.5 as test dependencies.
  • Fix an issue that caused graphs to produce invalid cycles with double edges.
  • Implement a merger for graph analysis execution. This makes worlds with the same input data run in one analysis instead of in each of their own graphs and threads. Reducing the execution count, especially in larger mod packs with lots of dimensions and no world specific data.

Add support for blacklisting dimensions from analysis. * Fix identity issues in the tag container. * Update tag systems. * Update the unit tests and junit. Now ran on J16 locally. * Fix the build script related to fg 5. * Update to fg5 so we can run this in java 16. * Fix tags requiring iteration.