diff options
author | SHsuperCM <shsupercm@gmail.com> | 2022-06-10 09:33:04 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2022-06-10 09:33:04 +0300 |
commit | 2a1fe1d2a01ad85acaf539d20ab154369a7bf325 (patch) | |
tree | cee2fdceda2172d9c9712fd4def22f0ca82b6b5c | |
parent | 3f32cea248139122f07d40e5fe5fd8a4432b4479 (diff) | |
download | CITResewn-2a1fe1d2a01ad85acaf539d20ab154369a7bf325.tar.gz CITResewn-2a1fe1d2a01ad85acaf539d20ab154369a7bf325.tar.bz2 CITResewn-2a1fe1d2a01ad85acaf539d20ab154369a7bf325.zip |
v1.1.0
-rw-r--r-- | Changelog.md | 5 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 4b361b9..9604a5f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1 +1,4 @@ - - Fixed incompatibility with Secret Rooms and LambdaBetterGrass.
\ No newline at end of file + - 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 diff --git a/gradle.properties b/gradle.properties index 4041bfc..329bded 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ modmenu=4.0.0 cloth=7.0.69 # Mod Properties -mod_version=1.0.1 +mod_version=1.1.0 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn |