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
+ v6.1.3
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.12.2
11
+ - forge-14.23.0.2512 (or newer)
12
+ - CD4017BE_lib-6.2.2
13
+
1
14
v6.1.2
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.12.2
7
7
forge_version = 14.23.0.2512
8
8
9
9
//mod and library
10
- mod_version = 6.1.2
11
- lib_version = 6.2.0
10
+ mod_version = 6.1.3
11
+ lib_version = 6.2.2
12
12
13
13
//mod dependencies
14
14
jei_version = 4.8.0.108
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" : " 6.1.2 " ,
6
+ "version" : " 6.1.3 " ,
7
7
"acceptableRemoteVersions" : " [6.1.0,6.2.0)" ,
8
8
"acceptableSaveVersions" : " [5.1.0,6.2.0)" ,
9
9
"acceptedMinecraftVersions" : " [1.12,1.13)" ,
14
14
"logoFile" : " " ,
15
15
"screenshots" : [],
16
16
"useDependencyInformation" : true ,
17
- "requiredMods" : [" cd4017be_lib@[6.2.0 ,6.3.0)" ],
18
- "dependencies" : [" cd4017be_lib@[6.2.0 ,6.3.0)" ]
17
+ "requiredMods" : [" cd4017be_lib@[6.2.2 ,6.3.0)" ],
18
+ "dependencies" : [" cd4017be_lib@[6.2.2 ,6.3.0)" ]
19
19
}
20
20
]
You can’t perform that action at this time.
0 commit comments