Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-1.19-lts' into master-1.2…
Browse files Browse the repository at this point in the history
…0-lts
  • Loading branch information
rubensworks committed Nov 2, 2024
2 parents 7f6ebe8 + 95925fa commit 1cc86de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
7 changes: 7 additions & 0 deletions resources/changelog/1.19.2-1.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.4 or higher.

Additions:
* Trigger crafting jobs from JEI by Ctrl-clicking recipes, Closes CyclopsMC/IntegratedTerminals#127
* Add dedicated support for EMI
* Add dedicated support for REI
6 changes: 6 additions & 0 deletions resources/changelog/1.19.2-1.6.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.4 or higher.

Fixes:
* Fix EMI crash if EmiSearchWidget is not present, Closes CyclopsMC/IntegratedTerminals#133

6 changes: 6 additions & 0 deletions resources/changelog/1.19.2-1.6.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.4 or higher.

Fixes:
* Fix rare CME when switching terminal tabs, Closes #136

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public TerminalStorageChangeGuiState() {
}

public TerminalStorageChangeGuiState(TerminalStorageState state) {
this.state = state.getTag();
this.state = state.getTag().copy();
}

@Override
Expand Down

0 comments on commit 1cc86de

Please sign in to comment.