Replace all accessors with accesswideners.

This commit is contained in:
modmuss50 2022-04-20 23:46:50 +01:00
parent 2a5645bb19
commit 22c29fea14
22 changed files with 57 additions and 328 deletions

View file

@ -30,4 +30,9 @@ curseforge {
options {
forgeGradleIntegration = false
}
}
}
def rcAw = file("src/main/resources/reborncore.accesswidener")
def trAw = rootProject.file("src/main/resources/techreborn.accesswidener")
trAw.text = (rcAw.text + "\n\n# DO NOT EDIT THIS FILE, edit the RebornCore AW, it will automatically be coped to this one.")