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:
trunksbomb
2026-03-23 12:50:49 -04:00
parent 5c5c35871d
commit e395e87c53
26 changed files with 777 additions and 59 deletions

View File

@@ -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"