diff options
author | SHsuperCM <shsupercm@gmail.com> | 2021-08-22 20:38:54 +0300 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2021-08-22 20:38:54 +0300 |
commit | 69a8dd26d808c49c865575486849ee9093c82e0e (patch) | |
tree | 921f7d1ece5391600fddf25d03e4675f6e2a7ec6 /src/main/resources/citresewn.mixins.json | |
parent | 38c7261feca5e3a054109d58794dc62615a09557 (diff) | |
download | CITResewn-69a8dd26d808c49c865575486849ee9093c82e0e.tar.gz CITResewn-69a8dd26d808c49c865575486849ee9093c82e0e.tar.bz2 CITResewn-69a8dd26d808c49c865575486849ee9093c82e0e.zip |
Started work on baking CITItem and started item mixin
Diffstat (limited to 'src/main/resources/citresewn.mixins.json')
-rw-r--r-- | src/main/resources/citresewn.mixins.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/resources/citresewn.mixins.json b/src/main/resources/citresewn.mixins.json index e31d152..ff6683d 100644 --- a/src/main/resources/citresewn.mixins.json +++ b/src/main/resources/citresewn.mixins.json @@ -3,10 +3,12 @@ "minVersion": "0.8", "package": "shcm.shsupercm.fabric.citresewn.mixin", "compatibilityLevel": "JAVA_16", - "client": [ + "mixins": [ "ReloadableResourceManagerImplMixin", "NbtCompoundAccessor", - "IdentifierMixin" + "IdentifierMixin", + "ModelOverrideListMixin", + "ItemRendererMixin" ], "injectors": { "defaultRequire": 1 |