Skip to content

Commit

Permalink
build 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed May 20, 2018
1 parent b02ed51 commit 820e106
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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.
- fixed #25 Item Placer crash with vanilla blocks that have GUIs.
- fixed #23 pipe connection issues with immersive multiblocks and potential other TileEntities that take time to initialize after load.
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.2.4

v1.2.1
Changes:
- added Item type locking feature to Item Buffers
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mc_version = 1.12.2
forge_version = 14.23.0.2512

//mod and library
lib_version = 6.2.3
mod_version = 1.2.1
lib_version = 6.2.4
mod_version = 1.2.2

//mod dependencies
oc_version = 1.7.0.19
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "1.2.2",
"acceptableRemoteVersions": "[1.2.0,1.3.0)",
"acceptableSaveVersions": "[0.2.0,1.3.0)",
"acceptedMinecraftVersions": "[1.12,1.13)",
Expand All @@ -14,7 +14,7 @@
"logoFile": "",
"screenshots": [],
"useDependencyInformation": true,
"requiredMods": ["cd4017be_lib@[6.2.3, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.3, 6.3.0)"]
"requiredMods": ["cd4017be_lib@[6.2.4, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.4, 6.3.0)"]
}
]

0 comments on commit 820e106

Please sign in to comment.