Skip to content

Commit

Permalink
fix: JEI and Cloth version
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jan 28, 2024
1 parent df73248 commit 417186c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- NeoForge JEI version.
- Cloth Config version.

## [0.11.0] - 2024-01-28

### Changed
Expand Down
5 changes: 2 additions & 3 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ allprojects {
jeiVersion = "17.2.0.41"
// https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
reiVersion = "14.0.688"
// TODO
architecturyVersion = "8.1.73" // dependency of rei
architecturyVersion = "11.0.9" // dependency of rei
clothMathVersion = "0.6.1" // dependency of rei
clothConfigVersion = "10.0.96" // dependency of rei
clothConfigVersion = "13.0.121" // dependency of rei
}

ext.enableMutationTesting = {
Expand Down
4 changes: 2 additions & 2 deletions refinedarchitect-catalog-platform-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {

catalog {
versionCatalog {
library("jei-api", "mezz.jei", "jei-${minecraftVersion}-forge-api").version(jeiVersion)
library("jei-impl", "mezz.jei", "jei-${minecraftVersion}-forge").version(jeiVersion)
library("jei-api", "mezz.jei", "jei-${minecraftVersion}-neoforge-api").version(jeiVersion)
library("jei-impl", "mezz.jei", "jei-${minecraftVersion}-neoforge").version(jeiVersion)

library("rei-impl", "me.shedaniel", "RoughlyEnoughItems-forge").version(reiVersion)
library("rei-architectury", "dev.architectury", "architectury-forge").version(architecturyVersion)
Expand Down

0 comments on commit 417186c

Please sign in to comment.