Skip to content

Commit a75fe55

Browse files
committed
[~] Fixes
1 parent 4085316 commit a75fe55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
modImplementation "fuzs.forgeconfigapiport:forgeconfigapiport-fabric:${fcapi_version}"
6565

6666
// Recipe Viewer (with recipe exporting!!!!)
67-
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
67+
//modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
6868
modRuntimeOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
6969

7070
common(project(path: ':common', configuration: 'namedElements')) { transitive false }

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fabricloader": ">=0.16.13",
3333
"minecraft": "1.21.6",
3434
"java": ">=21",
35-
"architectury": ">=17.0.4",
35+
"architectury": ">=17.0.6",
3636
"fabric-api": "*",
3737
"forgeconfigapiport": ">=21.6.2"
3838
},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parchmentmc_version = 2024.11.17
1919
fabric_loader_version = 0.16.13
2020
fabric_api_version = 0.127.1+1.21.6
2121
neoforge_version = 21.6.5-beta
22-
architectury_api_version=17.0.4
22+
architectury_api_version=17.0.6
2323
fcapi_version=21.6.2
2424

2525
# Runtime dependencies

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ side = "BOTH"
3030
[[dependencies.hammering]]
3131
modId = "architectury"
3232
type = "required"
33-
versionRange = "[17.0.4,)"
33+
versionRange = "[17.0.6,)"
3434
ordering = "AFTER"
3535
side = "BOTH"
3636

0 commit comments

Comments
 (0)