diff --git a/ChangeLog.txt b/ChangeLog.txt index be8db08..31fb286 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,13 @@ +v6.4.4 +Changes: +- added timer in TickRegistry to simplify response synchronization +- expanded in-game tool-tip editor documentation +- Turkish localization added by Emirhangg + +Dependencies: +- for MC-1.12.2 +- forge-14.23.5.2768 (or newer) + v6.4.3 Changes: - fixed the TextureStitchEvent issue: this library now comes with its own type of TextureMap and matching TextureStitchEvent for modded use diff --git a/gradle.properties b/gradle.properties index a5a0ad5..b6fff90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ mc_version = 1.12.2 forge_version = 14.23.5.2768 //mod and library -lib_version = 6.4.3 +lib_version = 6.4.4 //mod dependencies jei_version = 4.8.0.108 diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index bd228a8..68b1e69 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "cd4017be_lib", "name": "CD4017BE_lib", "description": "Large collection of classes needed by my other mods", - "version": "6.4.3", + "version": "6.4.4", "acceptableRemoteVersions": "[6.3.0,6.4.0)", "acceptableSaveVersions": "(,)", "acceptedMinecraftVersions": "[1.12,1.13)",