Added back AccessWidener
This commit is contained in:
parent
53911dfe91
commit
2831882c6d
2 changed files with 10 additions and 2 deletions
|
@ -7,8 +7,8 @@ buildscript {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_16
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
targetCompatibility = JavaVersion.VERSION_16
|
||||||
|
|
||||||
archivesBaseName = project.archives_base_name
|
archivesBaseName = project.archives_base_name
|
||||||
version = project.mod_version
|
version = project.mod_version
|
||||||
|
@ -23,6 +23,10 @@ repositories {
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
minecraft {
|
||||||
|
accessWidener = file("src/main/resources/bclib.accesswidener")
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||||
mappings minecraft.officialMojangMappings()
|
mappings minecraft.officialMojangMappings()
|
||||||
|
|
4
src/main/resources/bclib.accesswidener
Normal file
4
src/main/resources/bclib.accesswidener
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
accessWidener v1 named
|
||||||
|
|
||||||
|
# Classes
|
||||||
|
accessible class net/minecraft/client/Minecraft$ExperimentalDialogType
|
Loading…
Add table
Add a link
Reference in a new issue