mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-08 19:53:57 -05:00
Use access widener instead of accessor
This commit is contained in:
parent
3473abfd87
commit
4de7fe39e5
6 changed files with 9 additions and 19 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue