diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-10-12 20:17:28 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-10-12 20:17:28 +0200 |
commit | dba4a297e295d68980da31264b0069fe9b18a13e (patch) | |
tree | c7e0a99968ef34509037f969ab7b1beba04a996d /fabric/src/main/resources/bbsentials.mixins.json | |
parent | e111619d66346a2309b86a00420681f4cddf3cea (diff) | |
download | BBsentials-dba4a297e295d68980da31264b0069fe9b18a13e.tar.gz BBsentials-dba4a297e295d68980da31264b0069fe9b18a13e.tar.bz2 BBsentials-dba4a297e295d68980da31264b0069fe9b18a13e.zip |
preperations to have a common code and different implementations for forge and fabric to ease up maintaining both versions
Diffstat (limited to 'fabric/src/main/resources/bbsentials.mixins.json')
-rw-r--r-- | fabric/src/main/resources/bbsentials.mixins.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fabric/src/main/resources/bbsentials.mixins.json b/fabric/src/main/resources/bbsentials.mixins.json new file mode 100644 index 0000000..4467110 --- /dev/null +++ b/fabric/src/main/resources/bbsentials.mixins.json @@ -0,0 +1,16 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "de.hype.bbsentials.mixins", + "compatibilityLevel": "JAVA_8", + "mixins": [], + "client": [ + "de.hype.bbsentials.common.mixins.ClientCommandSourceMixin", + "de.hype.bbsentials.common.mixins.ItemRendererMixin", + "de.hype.bbsentials.common.mixins.ScreenMixin", + "de.hype.bbsentials.common.mixins.SimpleOptionMixin" + ], + "injectors": { + "defaultRequire": 1 + } +}
\ No newline at end of file |