Skip to content

Commit

Permalink
build 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Jun 6, 2018
1 parent e409946 commit 1e0bac6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.2.3
Changes:
fixed #27 div / 0 crash when Portable Autocrafter tries recipes with empty stacks as result
fixed #28 server & client thread race condition on 'RECURSION' flag in Overflow Trash
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.2.4

v1.2.2
Changes:
- pipe model parts and contents hidden under opaque covers is no longer rendered (the server won't even send update packets for them) for performance improvement.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ forge_version = 14.23.0.2512

//mod and library
lib_version = 6.2.4
mod_version = 1.2.2
mod_version = 1.2.3

//mod dependencies
oc_version = 1.7.0.19
Expand Down
2 changes: 1 addition & 1 deletion src/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "indlog",
"name": "Inductive Logistics",
"description": "Advanced transport, sorting & storage for items & fluids",
"version": "1.2.2",
"version": "1.2.3",
"acceptableRemoteVersions": "[1.2.0,1.3.0)",
"acceptableSaveVersions": "[0.2.0,1.3.0)",
"acceptedMinecraftVersions": "[1.12,1.13)",
Expand Down

0 comments on commit 1e0bac6

Please sign in to comment.