Skip to content

Commit

Permalink
build 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Feb 24, 2018
1 parent 6581a3c commit 2cb6c6f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v6.1.2
Changes:
- fixed #19 automatically disconnecting cables that actually shouldn't do so
- fixed #8 & #18 solid redstone cables having problems with forge's dormant chunk caching
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.2.0

v6.1.1
Changes:
- fixed #17 array writer shifting output indices of its following components
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
mod_version = 6.1.1
lib_version = 6.1.0
mod_version = 6.1.2
lib_version = 6.2.0

//mod dependencies
jei_version = 4.8.0.108
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": "circuits",
"name": "Automated Redstone",
"description": "Better redstone cables, programmable circuits and fancy measurement and display devices",
"version": "6.1.1",
"version": "6.1.2",
"acceptableRemoteVersions": "[6.1.0,6.2.0)",
"acceptableSaveVersions": "[5.1.0,6.2.0)",
"acceptedMinecraftVersions": "[1.12,1.13)",
Expand All @@ -14,7 +14,7 @@
"logoFile": "",
"screenshots": [],
"useDependencyInformation": true,
"requiredMods": ["cd4017be_lib@[6.1.0,6.2.0)"],
"dependencies": ["cd4017be_lib@[6.1.0,6.2.0)"]
"requiredMods": ["cd4017be_lib@[6.2.0,6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.0,6.3.0)"]
}
]

0 comments on commit 2cb6c6f

Please sign in to comment.