2022-08-21 13:50:15 -04:00
# Changelog
2022-08-21 08:04:57 -04:00
2022-08-21 13:50:15 -04:00
All notable changes to this project will be documented in this file.
2022-08-21 08:04:57 -04:00
2022-08-21 13:50:15 -04:00
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
2022-11-01 13:06:18 -04:00
## Unreleased
- updated to JEI 10 as it's no longer alpha
- minimum version 10.2.1.278
- JEI 9 is not supported anymore since it's not possible with some internals we use
- added config option to completely ignore items from unification and hiding
- improved stone strata detection by making use of `forge:ores_in_ground` tag
2022-10-28 16:41:24 -04:00
## [0.2.1] - 2022-10-28
### Added
- config backup system
- when your config has invalid entries, it will be backed up and a new config will be generated
- the new config will try to apply as many of the old settings as possible
- new backups will overwrite old backups
- proper ingredient hiding for REI
- hidden ingredients will no longer show up in recipes
- this bumps the minimum REI version to 8.3.557
### Changed
- tag priority overrides now use `ResourceLocation` s internally to automatically validate config entries
2022-10-19 11:15:29 -04:00
## [0.2.0] - 2022-10-19
2022-10-19 11:13:56 -04:00
### Added
- priority overrides
- allows to define a priority mod for a specific tag
- the new option is automatically added to the `unify.json` config on the next run and is empty by default
### Fixed
- recipe indicator tooltip on lower resolutions exceeding the screen
2022-10-17 16:00:29 -04:00
## [0.1.2] - 2022-10-17
### Info
This is the initial port for 1.19.2 and KubeJS v6. Older versions are not supported anymore.
2022-09-28 11:54:20 -04:00
### Added
- Amethyst Imbuement recipe compat ([#13])
<!-- Links -->
[#13]: https://github.com/AlmostReliable/almostunified/issues/13
2022-09-27 12:14:29 -04:00
## [0.1.1] - 2022-09-27
### Added
2022-09-27 11:51:50 -04:00
- server only mode ([#9], [#11])
- on startup, there will be a `startup.json` config to activate it
<!-- Links -->
[#9]: https://github.com/AlmostReliable/almostunified/issues/9
[#11]: https://github.com/AlmostReliable/almostunified/pull/11
2022-09-27 12:14:29 -04:00
2022-09-24 17:17:34 -04:00
## [0.1.0] - 2022-09-24
### WARNING
This release removes the modification of recipe IDs! If you modify any recipes which were unified already and make use of the recipe ID that uses `almostunified` as the namespace, make sure to fix it.
### Changed
- recipe modifications are now visible in JEI/REI by a little icon ([#8])
- this was previously only visible via the recipe ID (now removed)
- ensures that modified recipes which cause issues are not reported to the original authors
- recipe modifications now have less priority
- allows to cover more mods that directly inject recipes into the recipe manager
- still runs before the `recipes` event of KubeJS
### Removed
- recipe ID modifications ([#4], [#8])
### Fixed
- guide books showing errors because of modified recipe IDs ([#4], [#8])
<!-- Links -->
[#4]: https://github.com/AlmostReliable/almostunified/issues/4
[#8]: https://github.com/AlmostReliable/almostunified/pull/8
2022-09-17 15:11:05 -04:00
## [0.0.8] - 2022-09-17
### Added
- `wires/{material}` tag to defaults
2022-09-24 17:17:34 -04:00
- back up your `unify.json` config and let it regenerate to get the new defaults or add them yourself
2022-09-17 15:11:05 -04:00
### Fixed
- unnecessary handling of many duplicate links
- a typo in the log messages
- spaces in shaped recipe patterns not being handled correctly
2022-09-16 15:06:52 -04:00
## [0.0.7] - 2022-09-16
2022-09-16 14:48:49 -04:00
### Added
2022-09-16 15:06:52 -04:00
- 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
2022-09-16 10:34:29 -04:00
- `fabric:conditions` to default duplicate ignore list
2022-09-16 14:48:49 -04:00
### Changed
- ignore lists in `unify.json` and `duplicates.json` now support regular expressions
2022-09-16 10:34:29 -04:00
- default configs are now more platform specific
2022-09-16 14:48:49 -04:00
### Fixed
- a compat issue on Fabric when REI is present
2022-09-16 11:28:58 -04:00
- items being hidden when they are the only entry in a tag
2022-09-16 14:48:49 -04:00
2022-09-02 17:09:09 -04:00
## [0.0.6] - 2022-09-02
### Added
- more materials to defaults
2022-09-16 15:06:52 -04:00
- back up your `unify.json` config and let it regenerate to get the new defaults or add them yourself
2022-09-02 17:09:09 -04:00
### Fixed
- stone strata detection for mods not following convention
2022-09-02 15:50:00 -04:00
## [0.0.5] - 2022-09-02
### Added
- `group` property to default ignored list
2022-09-02 17:09:09 -04:00
- this ensures that crafting recipes with specific recipe book categories are correctly unified
2022-09-16 15:06:52 -04:00
- back up your `duplicates.json` config and let it regenerate to get the new defaults or add them yourself
2022-09-02 15:50:00 -04:00
- `inputItems` and `outputItems` property to top level property scanning
2022-09-02 17:09:09 -04:00
- allows unification for mods like `FTBIC`
2022-09-02 15:50:00 -04:00
### Fixed
- duplication matching for crafting recipes with a `group` property
2022-08-25 12:50:33 -04:00
## [0.0.4] - 2022-08-25
### Added
- Cucumber `shaped_tag` recipe type to default ignored types
2022-09-02 17:09:09 -04:00
- if you are using Mystical Agriculture or other mods that require Cucumber, make the config change described [here][cucumber-shapedtag]
2022-08-25 12:50:33 -04:00
### Fixed
- shaped crafting recipe pattern matching ([#2])
2022-09-02 17:09:09 -04:00
- 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][pattern-matching]
2022-08-25 12:50:33 -04:00
<!-- Links -->
[#2]: https://github.com/AlmostReliable/almostunified/pull/2
[cucumber-shapedtag]: https://github.com/AlmostReliable/almostunified/wiki/Mod-Support#mystial-agriculture-cucumber
[pattern-matching]: https://github.com/AlmostReliable/almostunified/wiki/FAQ#why-are-shaped-crafting-recipes-not-unified
2022-08-24 14:51:34 -04:00
## [0.0.3] - 2022-08-24
### Changed
2022-08-25 12:50:33 -04:00
- all unified recipes are now using the Almost Unified namespace ([#1])
2022-09-02 17:09:09 -04:00
- 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
2022-08-24 14:51:34 -04:00
2022-08-25 12:50:33 -04:00
<!-- Links -->
[#1]: https://github.com/AlmostReliable/almostunified/pull/1
2022-08-23 16:23:53 -04:00
## [0.0.2] - 2022-08-23
### Added
- strict mode for recipe duplication removal
### Fixed
- recipe duplication error spam
2022-08-23 09:39:07 -04:00
## [0.0.1] - 2022-08-23
2022-08-22 20:14:40 -04:00
2022-08-23 09:39:07 -04:00
Initial 1.19 release!
2022-08-21 13:50:15 -04:00
<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
<!-- Versions -->
2022-10-28 16:41:24 -04:00
[0.2.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.2.1-beta
2022-10-19 11:15:29 -04:00
[0.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.2.0-beta
2022-09-28 11:54:20 -04:00
[0.1.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.1.2-beta
2022-09-27 12:14:29 -04:00
[0.1.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.1.1-beta
2022-09-24 17:17:34 -04:00
[0.1.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.1.0-beta
2022-09-17 15:11:05 -04:00
[0.0.8]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.8-beta
2022-09-16 15:06:52 -04:00
[0.0.7]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.7-beta
2022-09-02 17:09:09 -04:00
[0.0.6]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.6-beta
2022-09-02 15:50:00 -04:00
[0.0.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.5-beta
2022-08-25 12:50:33 -04:00
[0.0.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.4-beta
2022-08-24 14:51:34 -04:00
[0.0.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.3-beta
2022-08-23 16:23:53 -04:00
[0.0.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.2-beta
2022-08-23 09:39:07 -04:00
[0.0.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.1-beta