This commit is contained in:
iceBear67
2026-08-07 18:10:38 +00:00
commit 014b18f1ba
232 changed files with 16847 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// 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')
}