diff options
author | SHsuperCM <shsupercm@gmail.com> | 2022-07-01 10:10:47 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2022-07-01 10:10:47 +0300 |
commit | 8a4601028d6339b1321dfc3fe36cf7ae538e652c (patch) | |
tree | 2d112f1a0e6ddc0e54d90b030759e7af1b285720 | |
parent | 9ff75d0c4622e830366b3818366618f6c4b9a8c7 (diff) | |
download | CITResewn-8a4601028d6339b1321dfc3fe36cf7ae538e652c.tar.gz CITResewn-8a4601028d6339b1321dfc3fe36cf7ae538e652c.tar.bz2 CITResewn-8a4601028d6339b1321dfc3fe36cf7ae538e652c.zip |
v1.1.1
-rw-r--r-- | Changelog.md | 6 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md index 9604a5f..a602ec1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,2 @@ - - Added option to set up fallback CITs for other implementations(more info in the wiki soon). - - CIT custom elytras now have priority over cape-provided elytra textures. - - The hand condition now has behavior parity to optifine's implementation. - - IRegex pattern recognition for the nbt condition now takes other unicode cases into account(specifically fixed cyrillic case insensitivity).
\ No newline at end of file + - Removed redundant log messages for broken paths. + - Fixed nbt condition not checking numbers against regex and pattern matchers.
\ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 329bded..95a6f5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ modmenu=4.0.0 cloth=7.0.69 # Mod Properties -mod_version=1.1.0 +mod_version=1.1.1 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn |