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
+6
View File
@@ -0,0 +1,6 @@
// 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')
}