Skip to content

Commit efc7478

Browse files
committed
RBA API 1.1.0 + bump version
closes #4
1 parent 5acb80d commit efc7478

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ repositories {
1616
name 'Xander Maven'
1717
url 'https://maven.isxander.dev/releases'
1818
}
19+
maven {
20+
url = "https://maven.blamejared.com"
21+
}
1922
}
2023

2124
loom {
@@ -38,10 +41,15 @@ dependencies {
3841

3942
// Fabric API. This is technically optional, but you probably want it anyway.
4043
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
41-
//modImplementation "maven.modrinth:recipe-book-access-api:1.0.1"
42-
modImplementation files("libs/recipebookaccess-1.0.2.jar")
44+
//modImplementation "maven.modrinth:recipe-book-access-api:1.1.0"
45+
modImplementation files("libs/recipebookaccess-1.1.0.jar")
4346
modImplementation "maven.modrinth:modmenu:11.0.3"
4447
modImplementation "dev.isxander:yet-another-config-lib:3.6.1+1.21-fabric"
48+
49+
// JEI compat
50+
modImplementation("mezz.jei:jei-1.21-fabric:19.8.2.99") {
51+
transitive = false
52+
}
4553
}
4654

4755
processResources {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9
99
loader_version=0.16.10
1010

1111
# Mod Properties
12-
mod_version=1.0.1
12+
mod_version=1.0.2
1313
maven_group=com.jomlom.nearbycrafting
1414
archives_base_name=nearbycrafting
1515

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"minecraft": ">=1.21 <=1.21.1",
3737
"java": ">=21",
3838
"fabric-api": "*",
39-
"recipebookaccess": ">=1.0.2",
39+
"recipebookaccess": ">=1.1.0",
4040
"modmenu": ">=11.0.0",
4141
"yet_another_config_lib_v3": ">=3.6.1+1.21.4-fabric"
4242
},

0 commit comments

Comments
 (0)