Skip to content

Commit

Permalink
remove mixin extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Nov 23, 2022
1 parent 8825efe commit bfcf009
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ dependencies {
// TerraBlender
modCompileOnly "com.github.glitchfiend:TerraBlender-fabric:${minecraft_version}-${terrablender_version}"

// Mixin Extras
includeImplementation("com.github.LlamaLad7:MixinExtras:0.0.12")
annotationProcessor("com.github.LlamaLad7:MixinExtras:0.0.12")

// Sodium
modCompileOnly "maven.modrinth:sodium:${sodium_version}"
modCompileOnly "org.joml:joml:1.10.4"
Expand Down
11 changes: 0 additions & 11 deletions src/main/java/net/frozenblock/wilderwild/WilderWildPreLaunch.java

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
],
"simplecopperpipes": [
"net.frozenblock.wilderwild.misc.mod_compat.simple_copper_pipes.WilderCopperPipesEntrypoint"
],
"preLaunch": [
"net.frozenblock.wilderwild.WilderWildPreLaunch"
]
},
"mixins": [
Expand Down

0 comments on commit bfcf009

Please sign in to comment.