Skip to content

Commit

Permalink
Fix dependency on loom alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed May 19, 2024
1 parent 9b3f8a5 commit 447d679
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.net.URI

plugins {
id("fabric-loom") version "1.6-SNAPSHOT"
id("io.github.ladysnake.chenille") version "0.12.0"
id("io.github.ladysnake.chenille") version "0.12.2"
id("org.cadixdev.licenser") version "0.6.1"
}

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Updated to 1.20.5/1.20.6

This update introduces multiple breaking changes - a migration guide is available on [the Ladysnake website](https://ladysnake.org/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes).

### Pre-Release 2
**Fixes**
- The library no longer requires Loom 1.7-alpha to be used in dev workspaces

### Pre-Release 1
**Changes**
- Component registration now happens during mod init. This should fix some classloading-related issues, and make loading errors easier to diagnose.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_api_version=0.98.0+1.20.6
elmendorf_version=0.12.0-SNAPSHOT

#Publishing
mod_version = 6.0.0-pre1
mod_version = 6.0.0-pre2
curseforge_id = 318449
modrinth_id = K01OU20C
curseforge_versions = 1.20.5; 1.20.6
Expand Down

0 comments on commit 447d679

Please sign in to comment.