Modern-Minecraft-Decompiler icon indicating copy to clipboard operation
Modern-Minecraft-Decompiler copied to clipboard

Modern Minecraft Decompiler

Results 8 Modern-Minecraft-Decompiler issues
Sort by recently updated
recently updated
newest added

Im getting a error `Cannot create a proxy class for abstract class 'MCPExtension'.` when I try to open this project. Here is what the build.gradle file says ``` Build file...

When i try run client i get a error, details; org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_261\bin\java.exe'' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:395) at org.gradle.process.internal.DefaultJavaExecAction.execute(DefaultJavaExecAction.java:37) at org.gradle.api.tasks.JavaExec.exec(JavaExec.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...

Hi, I have an issue with the tool in IntelliJ. Whenever i modify the code and then compile it with CTRL+SHIFT+F9 while the client is running not only does it...

` > Could not resolve net.minecraftforge.gradle:ForgeGradle:3.0.143. > Could not get resource 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.143/ForgeGradle-3.0.143.pom'. > Could not GET 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/3.0.143/ForgeGradle-3.0.143.pom'. > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path...

Hello, I'm trying to manually do this through the command line rather than using the IDE, running `gradle setup` does not seem to work. Here is a [Stack Trace](https://pastebin.com/chuZNcnN). I...

after build project,I got this Exception: ``` org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'Modern-Minecraft-Decompiler'. at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:79) at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:73) at org.gradle.configuration.project.LifecycleProjectEvaluator.access$400(LifecycleProjectEvaluator.java:54) at org.gradle.configuration.project.LifecycleProjectEvaluator$NotifyAfterEvaluate.run(LifecycleProjectEvaluator.java:200) at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:300) at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:292) at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:174) at...

Updated To Support Minecraft 1.19.2 ParchmentMC Mappings Used : 2022.09.04 Updated SPI Version to : 6.0.0 Updated MCP Version to : 20220805.130853 Updated Gradle Version to : 7.5.1 Updated ForgeGradle...