a moriya shrine conspiracy (Implement 0007-lithium-CompactSineLUT.patch)

This commit is contained in:
DoggySazHi
2024-03-06 13:55:59 -08:00
parent b13e61059e
commit 8ef71eff93
4 changed files with 167 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
import io.github.redstonneur1256.gaw.AccessWidenerExtension
plugins {
`kotlin-dsl`
id("io.github.redstonneur1256.gradle-access-widener") version "0.3.1"
}
dependencies {
@@ -26,3 +29,7 @@ kotlin {
}
}
}
configure<AccessWidenerExtension> {
paths = files("../src/main/resources/nitori.accesswidener")
}