Skip to content

Commit

Permalink
build 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Oct 11, 2018
1 parent a6322aa commit 65f8935
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.3.2
Changes:
- crafting recipes performed in AutomaticCrafter are now provided with a FakePlayer instance that has the same user identity as the owner who placed the block.
- also crafting recipes performed with PortableAutomaticCrafter are now provided with the player that carries the device.
- fixed stuff still moving through ghost-connections that shouldn't exist anymore (happened with injecion and destination pipes).
- fixed item disappearing glitch in FluidTank's fill/drain slot (of course by replacing it with a GlitchSaveSlot).
- added comparator support for Fluid Tanks
- added comparator support for Item Buffers
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.2.7

v1.3.1
Changes:
- fixed #34 inconsistent handling of invalidated TileEntities causing crash
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.5
mod_version = 1.3.1
lib_version = 6.2.7
mod_version = 1.3.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.3.1",
"version": "1.3.2",
"acceptableRemoteVersions": "[1.2.0,1.4.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.5, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.5, 6.3.0)"]
"requiredMods": ["cd4017be_lib@[6.2.7, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.7, 6.3.0)"]
}
]

0 comments on commit 65f8935

Please sign in to comment.