From 0985bac69f88a201339ceab58118fe65ea4d64cf Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 9 Jun 2024 23:54:30 +0200 Subject: [PATCH 1/2] fix: use cloth config for fabric --- CHANGELOG.md | 4 ++++ refinedarchitect-catalog/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e3adf..2c084ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed + +- Use Cloth Config for Fabric. + ## [0.13.1] - 2024-06-09 ### Fixed diff --git a/refinedarchitect-catalog/build.gradle b/refinedarchitect-catalog/build.gradle index 19f2057..7113399 100644 --- a/refinedarchitect-catalog/build.gradle +++ b/refinedarchitect-catalog/build.gradle @@ -28,8 +28,8 @@ catalog { library("equalsverifier", "nl.jqno.equalsverifier", "equalsverifier").versionRef(equalsVerifier) // https://www.curseforge.com/minecraft/mc-mods/cloth-config/files - def clothConfig = version("clothconfig", "13.0.121") - library("cloth-config", "me.shedaniel.cloth", "cloth-config").versionRef(clothConfig) + def clothConfig = version("cloth-config-fabric", "13.0.121") + library("cloth-config", "me.shedaniel.cloth", "cloth-config-fabric").versionRef(clothConfig) // https://github.com/TechReborn/Energy (https://maven.fabricmc.net/teamreborn/energy/) def energy = version("teamreborn-energy", "3.0.0") From d29364d6b76a6bee3a208e34e2ad43c3afdce29a Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 9 Jun 2024 21:55:08 +0000 Subject: [PATCH 2/2] chore: prepare release v0.13.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c084ed..be03a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.13.2] - 2024-06-09 + ### Fixed - Use Cloth Config for Fabric. @@ -233,7 +235,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Gradle helpers for Fabric and Forge projects. - CI workflows. -[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.1...HEAD +[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.2...HEAD + +[0.13.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.13.0...v0.13.1