Skip to content

Commit

Permalink
Remove MixinSquared, closes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIllusiveC4 committed Sep 30, 2024
1 parent ad76466 commit e4689a7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 140 deletions.
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ neoForge {
dependencies {
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'
compileOnly group: 'org.ow2.asm', name: 'asm-tree', version: '9.3'
compileOnly(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-common:0.1.2-beta.6"))
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
}

Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions common/src/main/resources/elytraslot-integrations.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"package": "com.illusivesoulworks.elytraslot.mixin.integration",
"compatibilityLevel": "JAVA_16",
"mixins": [
"aileron.LivingEntityMxMixin",
"aileron.PlayerEntityMxMixin",
"waveycapes.CustomCapeMixin"
],
"plugin": "com.illusivesoulworks.elytraslot.mixin.IntegrationMixinPlugin",
Expand Down
4 changes: 0 additions & 4 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,12 @@ sourceSets.main.resources { srcDir 'src/generated/resources' }

dependencies {
compileOnly "curse.maven:mccapes-359836:${mccapes_cf_file_id}"
implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-common:0.1.2-beta.6"))
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'

implementation "top.theillusivec4.curios:curios-neoforge:${curios_version}"

runtimeOnly "com.illusivesoulworks.caelus:caelus-neoforge:${caelus_version}"
compileOnly "com.illusivesoulworks.caelus:caelus-neoforge:${caelus_version}:api"

implementation("com.github.bawnorton.mixinsquared:mixinsquared-neoforge:0.1.2-beta.6")
jarJar("com.github.bawnorton.mixinsquared:mixinsquared-neoforge:0.1.2-beta.6") { version { prefer "0.1.2-beta.6" } }
}

task publishCurseForge(type: TaskPublishCurseForge) {
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ authors="${mod_author}"
description='''
${description}
'''
[[mixins]]
config = "${mod_id}-neoforge-integrations.mixins.json"
[[mixins]]
config = "${mod_id}-integrations.mixins.json"
[[dependencies.${mod_id}]]
Expand Down

This file was deleted.

0 comments on commit e4689a7

Please sign in to comment.