first commit

This commit is contained in:
erdefiho 2026-06-09 22:41:47 +02:00
commit 3d3a8ae2f2
22 changed files with 389 additions and 0 deletions

View file

@ -0,0 +1,8 @@
archivesBaseName = "NoWallOverlay-1.17-1.21.3"
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
tasks.withType(JavaCompile).configureEach {
it.options.release.set(16)
}