Use access widener instead of accessor

This commit is contained in:
tibs 2022-08-18 20:28:36 -04:00
parent 3473abfd87
commit 4de7fe39e5
Signed by untrusted user who does not match committer: tibs
GPG key ID: 047833989F50F88F
6 changed files with 9 additions and 19 deletions

View file

@ -30,6 +30,10 @@ dependencies {
modCompileOnly libs.sodium
}
loom {
accessWidenerPath.set file("src/main/resources/cauldron-dyeing.accesswidener")
}
processResources {
inputs.property 'version', project.version
filteringCharset 'UTF-8'