Skip to content

Releases: AlmostReliable/almostunified

v1.18.2-0.0.8

16 Sep 18:42
Compare
Choose a tag to compare
v1.18.2-0.0.8 Pre-release
Pre-release

Added

  • more materials and storage_blocks/raw_{material} tag to defaults
    • back up your unify.json config and let it regenerate to get the new defaults or add them yourself
  • fabric:conditions to default duplicate ignore list

Changed

  • ignore lists in unify.json and duplicates.json now support regular expressions
  • default configs are now more platform specific

Fixed

  • a compat issue on Fabric when REI is present
  • items being hidden when they are the only entry in a tag

v1.19-0.0.6

02 Sep 21:19
Compare
Choose a tag to compare
v1.19-0.0.6 Pre-release
Pre-release

Added

  • more materials to defaults
    • back up your unify.json config and let it regenerate to get the new default or add it yourself

Fixed

  • stone strata detection for mods not following convention

v1.19-0.0.5

02 Sep 20:04
Compare
Choose a tag to compare
v1.19-0.0.5 Pre-release
Pre-release

Added

  • group property to default ignored list
    • this ensures that crafting recipes with specific recipe book categories are correctly unified
    • back up your duplicates.json config and let it regenerate to get the new default or add it yourself
  • inputItems and outputItems property to top level property scanning
    • allows unification for mods like FTBIC

Fixed

  • duplication matching for crafting recipes with a group property

v1.18.2-0.0.7

02 Sep 21:14
Compare
Choose a tag to compare
v1.18.2-0.0.7 Pre-release
Pre-release

Added

  • more materials to defaults
    • back up your unify.json config and let it regenerate to get the new default or add it yourself

Fixed

  • stone strata detection for mods not following convention

v1.18.2-0.0.6

02 Sep 20:01
Compare
Choose a tag to compare
v1.18.2-0.0.6 Pre-release
Pre-release

Added

  • group property to default ignored list
    • this ensures that crafting recipes with specific recipe book categories are correctly unified
    • back up your duplicates.json config and let it regenerate to get the new default or add it yourself
  • inputItems and outputItems property to top level property scanning
    • allows unification for mods like FTBIC

Fixed

  • duplication matching for crafting recipes with a group property

v1.19-0.0.4

25 Aug 17:03
Compare
Choose a tag to compare
v1.19-0.0.4 Pre-release
Pre-release

Added

  • Cucumber shaped_tag recipe type to default ignored types
    • if you are using Mystical Agriculture or other mods that require Cucumber, make the config change described here

Fixed

  • shaped crafting recipe pattern matching (#2)
    • previously shaped recipes were checked for exact equality after the unification
    • this caused issues with recipes using different definition keys for their patterns
    • this change requires a config adjustment described here

v1.18.2-0.0.5

25 Aug 16:49
Compare
Choose a tag to compare
v1.18.2-0.0.5 Pre-release
Pre-release

Added

  • Cucumber shaped_tag recipe type to default ignored types
    • if you are using Mystical Agriculture or other mods that require Cucumber, make the config change described here

Fixed

  • shaped crafting recipe pattern matching (#2)
    • previously shaped recipes were checked for exact equality after the unification
    • this caused issues with recipes using different definition keys for their patterns
    • this change requires a config adjustment described here

v1.19-0.0.3

24 Aug 19:04
Compare
Choose a tag to compare
v1.19-0.0.3 Pre-release
Pre-release

Changed

  • all unified recipes are now using the Almost Unified namespace
    • previously, only the duplicate recipes were modified to use the namespace
    • this ensures that modified recipes are easily identified and not reported to other mod authors

v1.18.2-0.0.4

24 Aug 18:52
Compare
Choose a tag to compare
v1.18.2-0.0.4 Pre-release
Pre-release

Changed

  • all unified recipes are now using the Almost Unified namespace
    • previously, only the duplicate recipes were modified to use the namespace
    • this ensures that modified recipes are easily identified and not reported to other mod authors

v1.19-0.0.2

23 Aug 20:39
Compare
Choose a tag to compare
v1.19-0.0.2 Pre-release
Pre-release

Added

  • strict mode for recipe duplication removal

Fixed

  • recipe duplication error spam