Skip to content

Commit

Permalink
fix: crash on startup
Browse files Browse the repository at this point in the history
due to unremapped forge jar

Closes #141
  • Loading branch information
klikli-dev committed Jul 20, 2023
1 parent 356aa0b commit 364154d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ processResources {
}

jar.finalizedBy('reobfJar')
reobf { jarJar { } }

publishing {
publications {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ group=com.klikli_dev
mod_id=modonomicon
mod_name=Modonomicon
mod_license=MIT AND CC-BY-4.0
mod_version=1.38.0
mod_version=1.38.1
mod_authors=Kli Kli
mod_description=Data-driven minecraft in-game documentation with progress visualization.

Expand Down

0 comments on commit 364154d

Please sign in to comment.