Skip to content

Commit

Permalink
build 6.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
CD4017BE committed Nov 2, 2019
1 parent d36856f commit 37e473c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v6.4.13
Changes:
- fix potential null-pointer crash when TileEntity added during world tick
- fix bad state synchronizer state when not sending packets (potentially leading to crashes)
- add utility: player armor slots

Dependencies:
- for MC-1.12.2
- forge-14.23.5.2768 (or newer)

v6.4.12
Changes:
- fixed #18 sending null as BlockRenderLayer to canRenderInLayer()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mc_version = 1.12.2
forge_version = 14.23.5.2768

//mod and library
lib_version = 6.4.12
lib_version = 6.4.13

//mod dependencies
jei_version = 4.8.0.108
Expand Down
2 changes: 1 addition & 1 deletion src/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "cd4017be_lib",
"name": "CD4017BE_lib",
"description": "Large collection of classes needed by my other mods",
"version": "6.4.12",
"version": "6.4.13",
"acceptableRemoteVersions": "[6.4.0,6.5.0)",
"acceptableSaveVersions": "(,)",
"acceptedMinecraftVersions": "[1.12,1.13)",
Expand Down

0 comments on commit 37e473c

Please sign in to comment.