chore: remove unnecessary Mixin files

This commit is contained in:
Octol1ttle 2024-03-20 19:50:49 +05:00
parent a3471e7a39
commit b182a35750
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
4 changed files with 0 additions and 28 deletions

View file

@ -23,7 +23,6 @@
]
},
"mixins": [
"knockdowns.mixins.json",
"knockdowns-common.mixins.json"
],
"depends": {

View file

@ -1,13 +0,0 @@
{
"required": true,
"package": "ru.octol1ttle.knockdowns.fabric.mixin",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
],
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}

View file

@ -15,7 +15,6 @@ loom {
extraAccessWideners.add loom.accessWidenerPath.get().asFile.name
mixinConfig "knockdowns-common.mixins.json"
mixinConfig "knockdowns.mixins.json"
}
}

View file

@ -1,13 +0,0 @@
{
"required": true,
"package": "ru.octol1ttle.knockdowns.forge.mixin",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
],
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}