Skip to content

Commit

Permalink
Bump embeddium
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Feb 3, 2024
1 parent c4f0cfd commit d5a51c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
mappings loom.officialMojangMappings()
forge "net.neoforged:forge:${minecraft_version}-${forge_version}"

modCompileOnly "org.embeddedt:embeddium-${minecraft_version}:${embeddium_version}"
modImplementation "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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ loom.platform = forge
archives_base_name = oculus

# Dependencies
embeddium_version=0.3.0-git.a736e41+mc1.20.1
embeddium_version=0.3.1-git.458247a+mc1.20.1
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ side = "BOTH"
[[dependencies.oculus]]
modId = "embeddium"
mandatory = false
versionRange = "[0.3.0,)"
versionRange = "[0.3.1,)"
ordering = "NONE"
side = "CLIENT"

0 comments on commit d5a51c0

Please sign in to comment.