7 lines
230 B
Groovy
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')
|
|
}
|