replaced accesswidener with simple reflection

This commit is contained in:
Frank 2021-10-12 22:04:45 +02:00
parent 5a1bd5e31b
commit 18a64c267d
6 changed files with 51 additions and 17 deletions

View file

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