Skip to content

Commit

Permalink
Remove Embeddium requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 24, 2023
1 parent 22dbec0 commit 422dfb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
mappings loom.officialMojangMappings()
forge "net.minecraftforge:forge:${minecraft_version}-${forge_version}"

modImplementation "org.embeddedt:embeddium-${minecraft_version}:${embeddium_version}"
modCompileOnly "org.embeddedt:embeddium-${minecraft_version}:${embeddium_version}"
compileOnly "maven.modrinth:distanthorizons:2.0.1-a-1.20.1"

forgeRuntimeLibrary(implementation(shadow(project(path: ":glsl-relocated", configuration: "bundledJar")))) {
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ side = "BOTH"

[[dependencies.oculus]]
modId = "embeddium"
mandatory = true
versionRange = "[0.2.14,)"
ordering = "NONE"
side = "CLIENT"

0 comments on commit 422dfb5

Please sign in to comment.