Skip to content

Commit

Permalink
1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyploszaj committed Jan 9, 2025
1 parent 70e2c88 commit dfc0099
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
### Additions
* Added visibility options for the EMI config and recipe tree buttons
* EMI config button now is visible by default when toggled, to prevent people from accidentally hiding the mod without knowing how to undo it
* Search sidebar target can be configured

### Tweaks
* EMI visibility toast is now only shown when help level is verbose, due to other features preventing accidental hiding
* EMI config enum selection screen now is consistent with the rest of the config screen on later versions
* Notable performance improvements to ingredient construction
* Wrap packet sends with a check in later versions
* Improved accuracy of EMI reloading errors

### Fixes
* Fixed JEI dependency on 1.19 versions #780
* Fixed stack default bind not toggling in recipe tree
* #689
* Serialization of stacks with sizes other than 1 now serialize properly #803
* Fix tag ingredient rendering in Fabulous #811
* Fix stack batcher causing certain recipe tree categories to render at the wrong position #790
* Populate item groupps in correct order (fixing duplicate items) #774 #603 #621
* Pick which sidebar search targets #377
* Fix search baking hang #800
* Fix certain JEI integration breaking inconsistently on NeoForge

### API
* Added experimental API to get query if stack is disabled from EmiRegistry
* Added experimental API to get EmiTooltipMetadata from composed tooltips being rendered for mod compatibility
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.21.1
enabled_platforms=fabric,neoforge

archives_base_name=emi
mod_version=1.1.18
mod_version=1.1.19
maven_group=dev.emi

architectury_version=4.9.83
Expand Down

0 comments on commit dfc0099

Please sign in to comment.