From 2795262e1d6068fb92cb28de6126fcb03f2aafd1 Mon Sep 17 00:00:00 2001 From: Su5eD Date: Mon, 1 Jan 2024 22:58:09 +0100 Subject: [PATCH] Add JEI to published dependencies --- README.md | 7 +++++++ build.gradle.kts | 2 ++ gradle.properties | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eaf0ee..a5bfb72 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ Similar to the REI Bridge, it loads [EMI](https://github.com/emilyploszaj/emi) p Includes parts of EMI API code in the `dev.emi.emi.api` package, licensed under the [MIT License](https://github.com/emilyploszaj/emi/blob/deef228b4a35cbcccd2e48e645118ed333a26013/LICENSE). +### JEI Plugin Platform Bridge + +Runs [JEI](https://github.com/mezz/JustEnoughItems)'s Fabric plugin detector on Forge in addition to the default +one, allowing it to load plugins from mods of both platforms at once. +Includes parts of JEI Fabric code in the `mezz.jei.api.fabric` package, licensed under the +[MIT License](https://github.com/mezz/JustEnoughItems/blob/e78fd1951c38770de8462ead2187e565fe2996eb/LICENSE.txt). + ### Reach Entity Attributes - Forge A Forge port of the Fabric [Reach Entity Attributes](https://github.com/JamiesWhiteShirt/reach-entity-attributes) diff --git a/build.gradle.kts b/build.gradle.kts index adcc189..ba9cb47 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -200,6 +200,7 @@ publishMods { optional { slug.set("geckolib") } optional { slug.set("continuity") } optional { slug.set("kubejs") } + optional { slug.set("jei") } } modrinth { accessToken.set(providers.environmentVariable("MODRINTH_TOKEN")) @@ -215,5 +216,6 @@ publishMods { optional { id.set("8BmcQJ2H") } // Geckolib optional { id.set("1IjD5062") } // Continuity optional { id.set("umyGl7zF") } // KubeJS + optional { id.set("u6dRKJwZ") } // JEI } } diff --git a/gradle.properties b/gradle.properties index f24b673..c23a4af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ fabric.loom.multiProjectOptimisation=true # Versions versionMc=1.20.1 versionForge=47.1.3 -versionConnectorExtras=1.9.0 +versionConnectorExtras=1.9.1 # Publishing curseForgeId=913445