Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 10, 2020
1 parent 71e5e2b commit 7fc4bd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod_version=2.5.3
mod_version=2.5.4
minecraft_version=1.15.2
forge_version=31.1.37
mcp_mappings_channel=snapshot
Expand Down
12 changes: 12 additions & 0 deletions resources/changelog/1.15.2-2.5.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.8.2 or higher.

Changes:
* Reduce unneeded slot range check to improve performance
This was not needed because the wrapped item inventory
already takes care of this.
Closes CyclopsMC/IntegratedDynamics#904

Fixes:
* Fix crafting table handler not accepting some recipes smaller than 3x3, Closes CyclopsMC/IntegratedCrafting#46
* Fix oredict-based ingredients being compared too strictly, Closes CyclopsMC/IntegratedCrafting#45

0 comments on commit 7fc4bd4

Please sign in to comment.