Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into dev/1.21
  • Loading branch information
RawDiamondMC committed Aug 3, 2024
2 parents eadb42f + 285bbee commit c37a092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {

rootProject.name = 'kessoku-lib'

include("fabric", "neo")
include("base-common", "base-fabric", "base-neo")
include("event-base-common", "event-base-fabric", "event-base-neo")
include("platform-common", "platform-fabric", "platform-neo")
include("fabric", "neo") // Loader: v1
include("base-common", "base-fabric", "base-neo") // Base: v1
include("event-base-common", "event-base-fabric", "event-base-neo") // Eventbase: v0
include("platform-common", "platform-fabric", "platform-neo") // Platform: v1

0 comments on commit c37a092

Please sign in to comment.