init
This commit is contained in:
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user