Skip to content

Commit

Permalink
build 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Mar 25, 2018
1 parent 7aae379 commit f6889fa
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 @@
v5.2.4
Changes:
- fixed bit shift instructions to now use unsigned inputs
- fixed circuit casing upgrade recipe deleting module arrangement data
- made recipes of some circuit components slightly cheaper
- fixed circuit state reset button sometimes fail and print out errors in log
- fixed #22(maybe) cables being in bad state when its TileEntity is reused after unload
should also fix signal transmission bugs after chunk reloads.
Dependencies:
- for MC-1.11.2
- forge-13.20.0.2315 (or newer)
- CD4017BE_lib-5.3.2

v5.2.3
Changes:
- fixed #19 automatically disconnecting cables that actually shouldn't do so
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.11.2
forge_version = 13.20.0.2315

//mod and library
mod_version = 5.2.3
lib_version = 5.3.0
mod_version = 5.2.4
lib_version = 5.3.2

//mod dependencies
oc_version = MC1.11.2-1.7.0.29
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": "5.2.3",
"version": "5.2.4",
"acceptableRemoteVersions": "[5.2.0,5.3.0)",
"acceptableSaveVersions": "[5.1.0,5.3.0)",
"acceptedMinecraftVersions": "[1.11.2,1.12)",
Expand All @@ -14,7 +14,7 @@
"logoFile": "",
"screenshots": [],
"useDependencyInformation": true,
"requiredMods": ["cd4017be_lib@[5.3.0,5.4.0)"],
"dependencies": ["cd4017be_lib@[5.3.0,5.4.0)"]
"requiredMods": ["cd4017be_lib@[5.3.2,5.4.0)"],
"dependencies": ["cd4017be_lib@[5.3.2,5.4.0)"]
}
]

0 comments on commit f6889fa

Please sign in to comment.