File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change
1
+ v5.2.4
2
+ Changes:
3
+ - fixed bit shift instructions to now use unsigned inputs
4
+ - fixed circuit casing upgrade recipe deleting module arrangement data
5
+ - made recipes of some circuit components slightly cheaper
6
+ - fixed circuit state reset button sometimes fail and print out errors in log
7
+ - fixed #22(maybe) cables being in bad state when its TileEntity is reused after unload
8
+ should also fix signal transmission bugs after chunk reloads.
9
+ Dependencies:
10
+ - for MC-1.11.2
11
+ - forge-13.20.0.2315 (or newer)
12
+ - CD4017BE_lib-5.3.2
13
+
1
14
v5.2.3
2
15
Changes:
3
16
- fixed #19 automatically disconnecting cables that actually shouldn't do so
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ mc_version = 1.11.2
7
7
forge_version = 13.20.0.2315
8
8
9
9
//mod and library
10
- mod_version = 5.2.3
11
- lib_version = 5.3.0
10
+ mod_version = 5.2.4
11
+ lib_version = 5.3.2
12
12
13
13
//mod dependencies
14
14
oc_version = MC1.11.2-1.7.0.29
Original file line number Diff line number Diff line change 3
3
"modid" : " circuits" ,
4
4
"name" : " Automated Redstone" ,
5
5
"description" : " Better redstone cables, programmable circuits and fancy measurement and display devices" ,
6
- "version" : " 5.2.3 " ,
6
+ "version" : " 5.2.4 " ,
7
7
"acceptableRemoteVersions" : " [5.2.0,5.3.0)" ,
8
8
"acceptableSaveVersions" : " [5.1.0,5.3.0)" ,
9
9
"acceptedMinecraftVersions" : " [1.11.2,1.12)" ,
14
14
"logoFile" : " " ,
15
15
"screenshots" : [],
16
16
"useDependencyInformation" : true ,
17
- "requiredMods" : [" cd4017be_lib@[5.3.0 ,5.4.0)" ],
18
- "dependencies" : [" cd4017be_lib@[5.3.0 ,5.4.0)" ]
17
+ "requiredMods" : [" cd4017be_lib@[5.3.2 ,5.4.0)" ],
18
+ "dependencies" : [" cd4017be_lib@[5.3.2 ,5.4.0)" ]
19
19
}
20
20
]
You can’t perform that action at this time.
0 commit comments