Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 26, 2024
1 parent 4fc0a15 commit 9a6623d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod_id=integratedcrafting
mod_version=1.1.10
mod_version=1.1.11
minecraft_version=1.21.1
neoforge_version=21.1.2
parchment_version=2024.07.07
Expand Down
10 changes: 10 additions & 0 deletions resources/changelog/1.21.1-1.1.11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.25.1 or higher.

Fixes:
* Allow multi-output recipes to be reused across jobs
Even if not all outputs of such recipes are used in one sub-job,
they can still be used by other sub-jobs.
Previously, such cases would trigger multiple invocations of these
recipes, while fewer would be sufficient.
Closes CyclopsMC/IntegratedTerminals#131

0 comments on commit 9a6623d

Please sign in to comment.