mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
3.4 KiB
3.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2023-06-14
Added
- repair unification for
TieredItems
(tools) andArmorItems
(#53)- supports vanilla Anvil
- works for all mods as long as they properly call the super method
- simplified Chinese translation (#49)
- shaped recipe type from Cucumber lib for Fabric to ignored types (#52)
0.4.4 - 2023-05-04
Added
- support for Ars Nouveau add-ons
- Ars Creo
- Ars Elemental
- Ars Scalaes
- support for the vanilla Smithing Table and smithing-like recipes
- Russian translation (#47)
0.4.3 - 2023-04-22
Added
0.4.2 - 2023-04-22
Fixed
- tag ownerships not being in sync on some recipes
- automatic item hiding not working with all ownership tags
- Immersive Engineering catalysts not being unified
- Immersive Engineering secondary outputs not being unified
0.4.1 - 2023-04-19
Fixed
- crash due to unloaded ownership tags on dedicated servers
0.4.0 - 2023-04-18
WARNING
This update features a new config option inside the unify.json
called tagOwnerships
.
Since it's a top-level option, this won't reset your config and all other options should be preserved. However,
an automatic backup will be created in case something goes wrong.
Added
- tag ownerships
- a new milestone feature allowing tags to be converted to other tags
- this allows unifying inconsistent tags like
forge:coals
andforge:gems/coal
- you can read more about it in the wiki
Changed
- improved stone strata lookup speed
Fixed
- some Mekanism recipes not being unified
- log spam on multiple preferred tags
- JEI indicator not showing anymore with new JEI versions
0.3.8 - 2023-04-06
Added
- JEI support since it was updated to 1.19.4
Fixed
- stone strata fallback variant for clean stone
0.3.7 - 2023-04-02
Initial 1.19.4 release!