Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: runClient
- Build info: MCreator 2023.3.36712, forge-1.20.1, 64-bit, 16084 MB, Windows 11, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-10-21-11:38:03
- > Task :compileJava FAILED
- C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:41: error: cannot find symbol
- @Mod("painmod2023")
- ^
- symbol: class Mod
- C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:73: error: cannot find symbol
- @SubscribeEvent
- ^
- symbol: class SubscribeEvent
- location: class Painmod2023Mod
- C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:48: error: cannot find symbol
- IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
- ^
- symbol: class IEventBus
- location: class Painmod2023Mod
- C:\Users\Kyle\MCreatorWorkspaces\painmod2023\src\main\java\net\mcreator\painmod\Painmod2023Mod.java:48: error: cannot find symbol
- IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
- ^
- symbol: variable FMLJavaModLoadingContext
- location: class Painmod2023Mod
- 4 errors
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- * Get more help at https://help.gradle.org
- BUILD FAILED in 2s
- 1 actionable task: 1 executed
- BUILD FAILED
- Task completed in 4 minutes and 12 secon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement