mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
This commit is contained in:
parent
d8b4afd57f
commit
0d41ce5184
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
- /
|
||||||
|
|
||||||
|
## [1.2.1] - 2024-10-22
|
||||||
|
|
||||||
- added logging for cases where items are assigned to multiple unification tags
|
- added logging for cases where items are assigned to multiple unification tags
|
||||||
- added logging for cases where the recipe type can't be found
|
- added logging for cases where the recipe type can't be found
|
||||||
|
@ -37,6 +40,7 @@ All notable changes to this project will be documented in this file.
|
||||||
Initial 1.21.1 port.
|
Initial 1.21.1 port.
|
||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
|
[1.2.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.1
|
||||||
[1.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.0
|
[1.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.0
|
||||||
[1.1.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.1.0
|
[1.1.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.1.0
|
||||||
[1.0.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.0.0
|
[1.0.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.0.0
|
||||||
|
|
|
@ -8,7 +8,7 @@ enableAccessWidener = false
|
||||||
minecraftVersion = 1.21.1
|
minecraftVersion = 1.21.1
|
||||||
|
|
||||||
# Mod
|
# Mod
|
||||||
modVersion = 1.2.0
|
modVersion = 1.2.1
|
||||||
modPackage = com.almostreliable.unified
|
modPackage = com.almostreliable.unified
|
||||||
modId = almostunified
|
modId = almostunified
|
||||||
modName = AlmostUnified
|
modName = AlmostUnified
|
||||||
|
|
Loading…
Reference in a new issue