File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
refinedarchitect-versioning Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 1.3.2] - 2025-09-20
11+
12+ ### Fixed
13+
14+ - Specifying TeamReborn Energy that is incompatible with Minecraft 1.21.x.
15+
1016## [ 1.3.1] - 2025-08-22
1117
1218### Fixed
@@ -440,7 +446,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
440446- Gradle helpers for Fabric and Forge projects.
441447- CI workflows.
442448
443- [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v1.3.1...HEAD
449+ [ Unreleased ] : https://github.com/refinedmods/refinedarchitect/compare/v1.3.2...HEAD
450+
451+ [ 1.3.2 ] : https://github.com/refinedmods/refinedarchitect/compare/v1.3.1...v1.3.2
444452
445453[ 1.3.1 ] : https://github.com/refinedmods/refinedarchitect/compare/v1.3.0...v1.3.1
446454
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ catalog {
3636 val clothConfig = version(" cloth-config-fabric" , " 15.0.140" )
3737 library(" cloth-config" , " me.shedaniel.cloth" , " cloth-config-fabric" ).versionRef(clothConfig)
3838
39- // See: https://github.com/TechReborn/Energy (https://maven.fabricmc.net/teamreborn/energy/)
40- val energy = version(" teamreborn-energy" , " 4.2 .0" )
39+ // See: https://github.com/TechReborn/Energy?tab=readme-ov-file#including-the-api-in-your-project (https://maven.fabricmc.net/teamreborn/energy/)
40+ val energy = version(" teamreborn-energy" , " 4.1 .0" )
4141 library(" teamreborn-energy" , " teamreborn" , " energy" ).versionRef(energy)
4242
4343 // See: https://modrinth.com/mod/modmenu
You can’t perform that action at this time.
0 commit comments