Implement Bag Tab API so that other mods can make themselves first-class compatible with this mod, no guesswork required (but also the API isn't required to at least get some support for most bag-style items)
Implement Curios support
This commit is contained in:
@@ -33,6 +33,9 @@ repositories {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url = uri("https://maven.theillusivec4.top/")
|
||||
}
|
||||
}
|
||||
|
||||
base {
|
||||
@@ -124,7 +127,9 @@ configurations {
|
||||
|
||||
dependencies {
|
||||
// Dev-runtime helpers for the client.
|
||||
compileOnly "top.theillusivec4.curios:curios-neoforge:9.5.1+1.21.1:api"
|
||||
compileOnly "curse.maven:jei-238222:7391682"
|
||||
localRuntime "top.theillusivec4.curios:curios-neoforge:9.5.1+1.21.1"
|
||||
localRuntime "curse.maven:jade-324717:6155158"
|
||||
localRuntime "curse.maven:jei-238222:7391682"
|
||||
localRuntime "curse.maven:travelers-backpack-321117:7485008"
|
||||
|
||||
Reference in New Issue
Block a user