Files
photosync/shared/client/build.gradle
T
2026-08-07 18:10:38 +00:00

9 lines
300 B
Groovy

// The assembled mod, minus Minecraft. A platform module builds one
// PhotoSyncClient and forwards the game's events to it; everything else in
// :shared is reached through that object.
dependencies {
api project(':shared:core')
api project(':shared:mc-api')
api project(':shared:ui')
}