Skip to content

Commit

Permalink
Removed old Mixin paths from Forge and Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
TechTastic committed Dec 30, 2024
1 parent e1599fb commit dec1136
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions fabric/src/main/resources/valkyrienskies-fabric.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"package": "org.valkyrienskies.mod.fabric.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"compat.cc_restitched.MixinTurtleBrain",
"compat.cc_restitched.MixinTurtleMoveCommand",
"compat.cc_restitched.MixinWirelessModemPeripheral",
"compat.cc_restitched.MixinWirelessNetwork",
"compat.create.MixinBlockBreakingKineticTileEntity",
"compat.create.MixinBlocks",
"compat.create.MixinChuteBlockEntity",
Expand All @@ -21,7 +17,6 @@
],
"client": [
"client.render.MixinLevelRenderer",
"compat.cc_restitched.MixinSpeakerSound",
"compat.create.client.MixinContraptionHandlerClient",
"compat.create.client.MixinContraptionRenderInfo",
"compat.create.client.MixinCullingBlockEntityIterator",
Expand Down
5 changes: 0 additions & 5 deletions forge/src/main/resources/valkyrienskies-forge.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"compatibilityLevel": "JAVA_17",
"plugin": "org.valkyrienskies.mod.forge.mixin.ValkyrienSkiesForgeMixinPlugin",
"mixins": [
"compat.cc_tweaked.MixinTurtleBrain",
"compat.cc_tweaked.MixinTurtleMoveCommand",
"compat.cc_tweaked.MixinWirelessModemPeripheral",
"compat.cc_tweaked.MixinWirelessNetwork",
"compat.create.MixinBlockBreakingKineticTileEntity",
"compat.create.MixinBlocks",
"compat.create.MixinChuteBlockEntity",
Expand All @@ -28,7 +24,6 @@
],
"client": [
"client.render.MixinLevelRenderer",
"compat.cc_tweaked.MixinSpeakerSound",
"compat.create.client.MixinContraptionHandlerClient",
"compat.create.client.MixinContraptionRenderInfo",
"compat.create.client.MixinFlwContraption",
Expand Down

0 comments on commit dec1136

Please sign in to comment.