Skip to content

Commit

Permalink
build 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Jan 24, 2019
1 parent d1ac2d3 commit ceae288
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v6.1.5
Changes:
- fixed #28 crash when TIS-3D writes to uninitialized RS-input cache
- created ADC/DAC add-on device for OpenComputers
- fixed circuits accessing invalid TileEntities references causing the game to crash
- adaptions to changes in CD4017BE_lib
Dependencies:
- for MC-1.12.2
- forge-14.23.0.2512 (or newer)
- CD4017BE_lib-6.3.0

v6.1.4
Changes:
- fixed Cables sometimes not showing connection to Wireless Connectors
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.4
lib_version = 6.2.6
mod_version = 6.1.5
lib_version = 6.3.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.4",
"version": "6.1.5",
"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.2.6,6.3.0)"],
"dependencies": ["cd4017be_lib@[6.2.6,6.3.0)"]
"requiredMods": ["cd4017be_lib@[6.3.0,6.5.0)"],
"dependencies": ["cd4017be_lib@[6.3.0,6.5.0)"]
}
]

0 comments on commit ceae288

Please sign in to comment.