Skip to content

Commit

Permalink
build 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Sep 2, 2018
1 parent 067075d commit 7f42cdf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v1.3.0
Changes:
- fixed fluid duplication bug in case a tank gets overfull (#32)
- added feature: Item-Content Filter
- added feature: Name-Filter
- added feature: Amount-Filter
- removed use of m� in english localization in favor of B (Buckets)
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.2.5

v1.2.3
Changes:
fixed #27 div / 0 crash when Portable Autocrafter tries recipes with empty stacks as result
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.4
mod_version = 1.2.3
lib_version = 6.2.5
mod_version = 1.3.0

//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,8 +3,8 @@
"modid": "indlog",
"name": "Inductive Logistics",
"description": "Advanced transport, sorting & storage for items & fluids",
"version": "1.2.3",
"acceptableRemoteVersions": "[1.2.0,1.3.0)",
"version": "1.3.0",
"acceptableRemoteVersions": "[1.2.0,1.4.0)",
"acceptableSaveVersions": "[0.2.0,1.3.0)",
"acceptedMinecraftVersions": "[1.12,1.13)",
"url": "",
Expand All @@ -14,7 +14,7 @@
"logoFile": "",
"screenshots": [],
"useDependencyInformation": true,
"requiredMods": ["cd4017be_lib@[6.2.4, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.4, 6.3.0)"]
"requiredMods": ["cd4017be_lib@[6.2.5, 6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.5, 6.3.0)"]
}
]

0 comments on commit 7f42cdf

Please sign in to comment.