Switch to MethodHandlers to avoid wrapping exceptions with InvocationTargetException due to reflection

This commit is contained in:
shedaniel
2021-08-06 17:18:00 +08:00
parent 289dd026f2
commit 9a5de11b59
4 changed files with 20 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ dependencies {
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
modCompileOnly "io.github.prospector:modmenu:${rootProject.mod_menu_version}"
implementation project(path: ":fabric", configuration: "dev")
implementation(project(path: ":common")) {