diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-07-17 13:26:09 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-07-17 13:26:09 +0200 |
| commit | ed30e4b9739da70b1a94e363a8bf588ca4118746 (patch) | |
| tree | 38f341f4f6507d7e37f8dad2ec6ca8223d2b4ac8 /gradle | |
| parent | 25f0e7fd62db22036969120843165f4759530b8f (diff) | |
| download | Firmament-ed30e4b9739da70b1a94e363a8bf588ca4118746.tar.gz Firmament-ed30e4b9739da70b1a94e363a8bf588ca4118746.tar.bz2 Firmament-ed30e4b9739da70b1a94e363a8bf588ca4118746.zip | |
fix: re-enable rei with builds
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 46dc698..0692daf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,6 +20,7 @@ architectury = "17.0.6" modmenu = "15.0.0-beta.3" # Update from https://maven.architectury.dev/me/shedaniel/RoughlyEnoughItems-fabric/ (but is typically late) rei = "19.0.805" +reidev = "33d8900cd6621816680634fcbae2dd07f1cffbd3" # Update from https://maven.architectury.dev/dev/architectury/loom/dev.architectury.loom.gradle.plugin/ loom = "1.10.433" # TODO: port back to architectury (and) 1.9.424 @@ -109,7 +110,13 @@ fabric_api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fab fabric_api_deprecated = { module = "net.fabricmc.fabric-api:fabric-api-deprecated", version.ref = "fabric_api" } fabric_kotlin = { module = "net.fabricmc:fabric-language-kotlin", version.ref = "fabric_kotlin" } architectury = { module = "dev.architectury:architectury", version.ref = "architectury" } + rei_api = { module = "me.shedaniel:RoughlyEnoughItems-api", version.ref = "rei" } +rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" } + +rei_dev_api = { module = "com.github.shedaniel.roughlyenoughitems:RoughlyEnoughItems-api", version.ref = "reidev" } +rei_dev_fabric = { module = "com.github.shedaniel.roughlyenoughitems:RoughlyEnoughItems-fabric", version.ref = "reidev" } + moulconfig = { module = "org.notenoughupdates.moulconfig:modern-1.21.7", version.ref = "moulconfig" } repoparser = { module = "moe.nea:neurepoparser", version.ref = "neurepoparser" } mixinextras = { module = "io.github.llamalad7:mixinextras-fabric", version.ref = "mixinextras" } @@ -126,7 +133,6 @@ configured = { module = "curse.maven:configured-457570", version.ref = "configur notenoughanimations = { module = "maven.modrinth:not-enough-animations", version.ref = "notenoughanimations" } hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" } architectury_fabric = { module = "dev.architectury:architectury-fabric", version.ref = "architectury" } -rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" } devauth = { module = "me.djtheredstoner:DevAuth-fabric", version.ref = "devauth" } modmenu = { module = "maven.modrinth:modmenu", version.ref = "modmenu" } qolify = { module = "maven.modrinth:qolify", version.ref = "qolify" } |
