fabric-1.19.4: adapt for 1.19.4 changes
This commit is contained in:
parent
f823ecd876
commit
211869f45d
6 changed files with 12 additions and 10 deletions
|
|
@ -36,6 +36,10 @@ dependencies {
|
|||
compileOnly 'net.luckperms:api:5.4'
|
||||
}
|
||||
|
||||
loom {
|
||||
accessWidenerPath = file("src/main/resources/dynmap.accesswidener")
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesMatching('fabric.mod.json') {
|
||||
expand "version": project.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue