aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/iceberg.mixins.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/iceberg.mixins.json')
-rw-r--r--src/main/resources/iceberg.mixins.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
new file mode 100644
index 0000000..41b5589
--- /dev/null
+++ b/src/main/resources/iceberg.mixins.json
@@ -0,0 +1,15 @@
+{
+ "required": true,
+ "package": "com.anthonyhilyard.iceberg.mixin",
+ "compatibilityLevel": "JAVA_8",
+ "refmap": "iceberg.refmap.json",
+ "mixins": [
+ "PlayerAdvancementsMixin",
+ "EntityMixin"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ },
+ "minVersion": "0.8",
+ "target": "@env(DEFAULT)"
+}