Skip to content

Commit

Permalink
forge: Add missing include for plain adventure serializer (fixes #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 22, 2023
1 parent 7173d23 commit f9fafbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation(libs.adventureTextSerializerGson)
include(libs.adventureTextSerializerGson)
include(libs.adventureTextSerializerJson)
include(libs.adventureTextSerializerPlain)

modImplementation(libs.cloudForge)
include(libs.cloudForge)
Expand Down

0 comments on commit f9fafbe

Please sign in to comment.