diff options
author | SHsuperCM <shsupercm@gmail.com> | 2021-08-28 12:35:15 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2021-08-28 12:35:15 +0300 |
commit | d2dddabbb2536d0434972c421cac6e89f030118f (patch) | |
tree | 99cff8dc373a90155ed198760b1a51d080471ab4 /gradle.properties | |
parent | 3a6509fa7b693fd15df3a8d02ec0789e40fab58f (diff) | |
download | CITResewn-d2dddabbb2536d0434972c421cac6e89f030118f.tar.gz CITResewn-d2dddabbb2536d0434972c421cac6e89f030118f.tar.bz2 CITResewn-d2dddabbb2536d0434972c421cac6e89f030118f.zip |
Implemented layered sub textures and fixed textures not applying correctly
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 ae9f8e0..a7fa024 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=1.0 +mod_version=0.1 maven_group=shcm.shsupercm.fabric archives_base_name=CITResewn |