Skip to content

Commit

Permalink
Fix DH compat 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Apr 28, 2024
1 parent 059f8a9 commit b324591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
14 changes: 3 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ loom {
"oculus-batched-entity-rendering.mixins.json",
"mixins.oculus.compat.sodium.json",
"mixins.oculus.compat.indigo.json",
"mixins.oculus.compat.indium.json"
"mixins.oculus.compat.indium.json",
"mixins.oculus.compat.dh.json",
"mixins.oculus.compat.pixelmon.json"
]
}
mixin.defaultRefmapName = "oculus-mixins-refmap.json"
Expand Down Expand Up @@ -48,13 +50,6 @@ sourceSets {
}
}

dhCompatibility {
java {
compileClasspath += main.compileClasspath
compileClasspath += main.output
}
}

sodiumCompatibility {
java {
compileClasspath += main.compileClasspath
Expand All @@ -79,7 +74,6 @@ loom {
sourceSet sourceSets.main
sourceSet sourceSets.vendored
sourceSet sourceSets.sodiumCompatibility
sourceSet sourceSets.dhCompatibility
}
}
}
Expand Down Expand Up @@ -155,7 +149,6 @@ remapJar {

jar {
from sourceSets.sodiumCompatibility.output
from sourceSets.dhCompatibility.output
from sourceSets.vendored.output
from sourceSets.desktop.output
}
Expand All @@ -166,7 +159,6 @@ java {

sourcesJar {
from sourceSets.sodiumCompatibility.allSource
from sourceSets.dhCompatibility.allSource
from sourceSets.vendored.allSource
from sourceSets.desktop.allSource
}
Expand Down
14 changes: 0 additions & 14 deletions src/main/resources/mixins.iris.devenvironment.json

This file was deleted.

0 comments on commit b324591

Please sign in to comment.