Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.2] - 2025-09-20

### Fixed

- Specifying TeamReborn Energy that is incompatible with Minecraft 1.21.x.

## [1.3.1] - 2025-08-22

### Fixed
Expand Down Expand Up @@ -440,7 +446,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/v1.3.1...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.2...HEAD

[1.3.2]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.1...v1.3.2

[1.3.1]: https://github.com/refinedmods/refinedarchitect/compare/v1.3.0...v1.3.1

Expand Down
4 changes: 2 additions & 2 deletions refinedarchitect-versioning/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ catalog {
val clothConfig = version("cloth-config-fabric", "15.0.140")
library("cloth-config", "me.shedaniel.cloth", "cloth-config-fabric").versionRef(clothConfig)

// See: https://github.com/TechReborn/Energy (https://maven.fabricmc.net/teamreborn/energy/)
val energy = version("teamreborn-energy", "4.2.0")
// See: https://github.com/TechReborn/Energy?tab=readme-ov-file#including-the-api-in-your-project (https://maven.fabricmc.net/teamreborn/energy/)
val energy = version("teamreborn-energy", "4.1.0")
library("teamreborn-energy", "teamreborn", "energy").versionRef(energy)

// See: https://modrinth.com/mod/modmenu
Expand Down
Loading