Skip to content

Commit

Permalink
build 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Jan 24, 2019
1 parent 444755e commit ad3036f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.3.3
Changes:
- fixed #36 Pipe solidness behavior
- moved several utilities & APIs to CD4017BE_lib
- adaptions to new scripting system of CD4017BE_lib and other changes
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.3.0

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.
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.7
mod_version = 1.3.2
lib_version = 6.3.0
mod_version = 1.3.3

//mod dependencies
oc_version = 1.7.0.19
Expand Down
8 changes: 4 additions & 4 deletions src/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"modid": "indlog",
"name": "Inductive Logistics",
"description": "Advanced transport, sorting & storage for items & fluids",
"version": "1.3.2",
"version": "1.3.3",
"acceptableRemoteVersions": "[1.2.0,1.4.0)",
"acceptableSaveVersions": "[0.2.0,1.3.0)",
"acceptableSaveVersions": "[0.2.0,1.4.0)",
"acceptedMinecraftVersions": "[1.12,1.13)",
"url": "",
"updateUrl": "",
Expand All @@ -14,7 +14,7 @@
"logoFile": "",
"screenshots": [],
"useDependencyInformation": true,
"requiredMods": ["cd4017be_lib@[6.2.7, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.7, 6.3.0)"]
"requiredMods": ["cd4017be_lib@[6.3.0, 6.5.0)"],
"dependencies": ["cd4017be_lib@[6.3.0, 6.5.0)"]
}
]

0 comments on commit ad3036f

Please sign in to comment.