replaced accesswidener with simple reflection

(cherry picked from commit 18a64c267d)
This commit is contained in:
Frank 2021-10-12 22:04:45 +02:00
parent da0d122166
commit e37d03fa77
4 changed files with 47 additions and 16 deletions

View file

@ -23,10 +23,6 @@ repositories {
maven { url 'https://jitpack.io' }
}
minecraft {
accessWidener = file("src/main/resources/bclib.accesswidener")
}
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings minecraft.officialMojangMappings()