Files
2026-08-07 18:10:38 +00:00

7 lines
230 B
Groovy

// Screens, layout and interaction, drawn entirely through mc-api's RenderBridge.
// Nothing in this module may import a Minecraft or Fabric type.
dependencies {
api project(':shared:core')
api project(':shared:mc-api')
}