Advertisement
Guest User

Untitled

a guest
Jul 16th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2022.1.20510, forge-1.16.5, 64-bit, 32704 MB, Windows 10, JVM 17.0.1, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2022-07-16-17:51:08
  3.  
  4. > Task :compileJava
  5. BuffetTableBlock.java:67: error: cannot find symbol this.setDefaultState(new BlockStateEnum());
  6. ^
  7. symbol: class BlockStateEnum
  8. location: class com.mrbradlerz.moar.block.BuffetTableBlock.CustomBlock
  9. 1 error
  10. > Task :compileJava FAILED
  11. FAILURE: Build failed with an exception.
  12. * What went wrong:
  13. Execution failed for task ':compileJava'.
  14. > Compilation failed; see the compiler error output for details.
  15. * Try:
  16. 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.
  17. * Get more help at https://help.gradle.org
  18. BUILD FAILED in 17s
  19. 1 actionable task: 1 executed
  20.  
  21. BUILD FAILED
  22. Task completed in 26 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement