Skip to content

Commit

Permalink
build 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed May 4, 2018
1 parent 66def12 commit 3f82e9c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v1.2.1
Changes:
- added Item type locking feature to Item Buffers
- fixed #19 by properly resetting depth mode after rendering fluids
- fixed server crash on stacking into dropped items with Dropped Item
Interface
- added Item Placer
- fixed #18 (added slider to Portable Inventory Remote) and fixed
possible bugs with >255 slots
- moved WarpPipe ticking to active connector parts to fix some
mysterious crash
- changed Tank textures to make them look more like tanks and less like
glass blocks.
- fixed class cast crash in pipes
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.2.3

v1.2.0
Changes:
- some optimization in Fluid Intake/Outlet algorithm
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.3
mod_version = 1.2.0
mod_version = 1.2.1

//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.0",
"version": "1.2.1",
"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 3f82e9c

Please sign in to comment.