diff options
author | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
---|---|---|
committer | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
commit | 20692e21107a35f5f45651f655a6a564fc570007 (patch) | |
tree | 3177242a0dffb4361dcf7ab4592fed12c4ccfb77 /src/main/resources/gloppers.mixins.json | |
download | gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.gz gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.bz2 gloppers-20692e21107a35f5f45651f655a6a564fc570007.zip |
Initial commit
Diffstat (limited to 'src/main/resources/gloppers.mixins.json')
-rw-r--r-- | src/main/resources/gloppers.mixins.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/gloppers.mixins.json b/src/main/resources/gloppers.mixins.json new file mode 100644 index 0000000..6ddce8d --- /dev/null +++ b/src/main/resources/gloppers.mixins.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "com.notnite.gloppers.mixin", + "compatibilityLevel": "JAVA_17", + "server": [ + "HopperBlockEntityMixin" + ], + "injectors": { + "defaultRequire": 1 + } +} |