aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric-mod-template.mixins.json9
-rw-r--r--src/main/resources/fabric.mod.json3
2 files changed, 0 insertions, 12 deletions
diff --git a/src/main/resources/fabric-mod-template.mixins.json b/src/main/resources/fabric-mod-template.mixins.json
deleted file mode 100644
index 9ac6462..0000000
--- a/src/main/resources/fabric-mod-template.mixins.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "package": "dev.isxander.fabricmodtemplate.mixins",
- "required": true,
- "minVersion": "0.8",
- "compatibilityLevel": "JAVA_17",
- "mixins": [
-
- ]
-} \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 95b5d16..708c30e 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -17,9 +17,6 @@
"entrypoints": {
},
- "mixins": [
- "fabric-mod-template.mixins.json"
- ],
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": "1.19.x",