diff options
Diffstat (limited to 'src/main/resources/mixins.kowalski.json')
-rw-r--r-- | src/main/resources/mixins.kowalski.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/mixins.kowalski.json b/src/main/resources/mixins.kowalski.json new file mode 100644 index 0000000..5ea0c57 --- /dev/null +++ b/src/main/resources/mixins.kowalski.json @@ -0,0 +1,8 @@ +{ + "package": "${basePackage}.mixin", + "plugin": "${basePackage}.init.AutoDiscoveryMixinPlugin", + "refmap": "mixins.${modid}.refmap.json", + "minVersion": "0.7", + "compatibilityLevel": "JAVA_8", + "__comment": "You do not need to manually register mixins in this template. Check the auto discovery mixin plugin for more info." +} |