Skip to content

Commit

Permalink
1.21.1 build fix (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
morllz authored Oct 20, 2024
1 parent 6529a74 commit 6a92ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ dependencies {
modImplementation("com.terraformersmc:modmenu:11.0.1")

// Runtime only dependencies (game optimization)
modRuntimeOnly("maven.modrinth:ferrite-core:7.0.0")
modRuntimeOnly("maven.modrinth:ferrite-core:7.0.1-fabric")
// modRuntimeOnly("maven.modrinth:notenoughcrashes:4.4.7+1.20.4-fabric")
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ archives_base_name = reden-is-what-we-made

# check these on https://fabricmc.net/develop
# Fabric Properties
minecraft_version=1.21
yarn_mappings=1.21+build.9
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.15.11
# Fabric API
fabric_version=0.100.7+1.21
owo_version=0.12.11+1.21
fabric_version=0.106.0+1.21.1
owo_version=0.12.15+1.21
jgit_version=6.8.0.202311291450-r
imgui_version=1.86.11
macos
Expand Down

0 comments on commit 6a92ea9

Please sign in to comment.