diff options
author | SHsuperCM <shsupercm@gmail.com> | 2021-08-31 05:36:05 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2021-08-31 05:36:05 +0300 |
commit | 2f618648c014fc75d3708cc91f8a1663004fc22d (patch) | |
tree | ef36f34e04ccdc2feb165183f6c185697647b527 /gradle.properties | |
parent | 4d3a6afd39fbd3a2e48d9ac3f3af5a58b80bb6e7 (diff) | |
download | CITResewn-2f618648c014fc75d3708cc91f8a1663004fc22d.tar.gz CITResewn-2f618648c014fc75d3708cc91f8a1663004fc22d.tar.bz2 CITResewn-2f618648c014fc75d3708cc91f8a1663004fc22d.zip |
v0.4.3: Fixed full cit paths not recognized in json models, fixed nbt exact match bug
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 117cb75..668c8a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.17.1 yarn_mappings=1.17.1+build.39 loader_version=0.11.6 # Mod Properties -mod_version=0.4.2 +mod_version=0.4.3 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn |