aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mixins.ledger.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mixins.ledger.json')
-rw-r--r--src/main/resources/mixins.ledger.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/mixins.ledger.json b/src/main/resources/mixins.ledger.json
new file mode 100644
index 0000000..5ea0c57
--- /dev/null
+++ b/src/main/resources/mixins.ledger.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."
+}