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
+5
View File
@@ -0,0 +1,5 @@
// The seam. Interfaces that platform modules implement and the UI consumes.
// Nothing in this module may import a Minecraft or Fabric type.
dependencies {
api project(':shared:core')
}