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 /src/main/resources/citresewn.mixins.json | |
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 'src/main/resources/citresewn.mixins.json')
-rw-r--r-- | src/main/resources/citresewn.mixins.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/citresewn.mixins.json b/src/main/resources/citresewn.mixins.json index 0dedde8..fe412be 100644 --- a/src/main/resources/citresewn.mixins.json +++ b/src/main/resources/citresewn.mixins.json @@ -6,6 +6,7 @@ "mixins": [ "IdentifierMixin", "ItemRendererMixin", + "JsonUnbakedModelAccessor", "ModelLoaderMixin", "NbtCompoundAccessor", "SpriteAtlasTextureMixin" |