aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorisXander <isxander@users.noreply.github.com>2022-08-30 20:04:21 +0100
committerisXander <isxander@users.noreply.github.com>2022-08-30 20:04:21 +0100
commit9d0a5e937f97c1c17d034393e01636d5241f376a (patch)
tree40b15bc97835c798d6b4489afaf8c84970c3ea0b /src/main/resources
parentd643a44c866504a642f9de0055417a82585d96e5 (diff)
downloadYetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.tar.gz
YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.tar.bz2
YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.zip
Builder API done!
gui now...
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",