File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2124loom {
@@ -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
4755processResources {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9
99loader_version =0.16.10
1010
1111# Mod Properties
12- mod_version =1.0.1
12+ mod_version =1.0.2
1313maven_group =com.jomlom.nearbycrafting
1414archives_base_name =nearbycrafting
1515
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments