Skip to content

Commit

Permalink
Fix standalone version missing client assets and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 15, 2024
1 parent d753584 commit 0c6aa76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ remapJar {

tasks.register("standaloneJar", Jar) {
from sourceSets.main.output
from sourceSets.client.output
archiveClassifier.set('standalone-dev')
dependsOn project.classes
}
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Version 1.6.0-mc1.20.1
- API: the mod is now compatible with split sourceset environments
- The experimental illustration API has been consequently reworked

**Fixes**
- Entity dialogue illustrations have been fixed and now have feature parity with the version for MC 1.20.4
- This is likely to move around existing entity illustrations on this version

**Mod Interactions**
- JEI no longer appears on the dialogue screen

Expand Down

0 comments on commit 0c6aa76

Please sign in to comment.