Skip to content

Commit

Permalink
Add JEI to published dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jan 1, 2024
1 parent 8499b21 commit 2795262
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2795262

Please sign in to comment.