Advertisement
Guest User

mcreator logs

a guest
Nov 29th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1.  
  2. Executing Gradle task: build
  3. Build info: MCreator 2021.2.36710, forge-1.16.5, 64-bit, 16316 MB, Windows 7, JVM 11.0.11, JAVA_HOME: E:\Program Files (x86)\MCreator\jdk
  4. > Task :compileJava
  5. E:\stuffs\idk\src\main\java\net\mcreator\mod\entity\renderer\AnimalRenderer.java:26: error: cannot find symbol
  6. RenderingRegistry.registerEntityRenderingHandler(AnimalEntity.entity, renderManager -> {
  7. ^
  8. symbol: variable entity
  9. location: class net.minecraft.entity.passive.AnimalEntity
  10. E:\stuffs\idk\src\main\java\net\mcreator\mod\entity\renderer\AnimalRenderer.java:27: error: non-static variable this cannot be referenced from a static context
  11. return new MobRenderer(renderManager, new animal(), 0.5f) {
  12. ^
  13. 2 errors
  14. > Task :compileJava FAILED
  15. FAILURE: Build failed with an exception.
  16. * What went wrong:
  17. Execution failed for task ':compileJava'.
  18. > Compilation failed; see the compiler error output for details.
  19. * Try:
  20. 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.
  21. * Get more help at https://help.gradle.org
  22. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  23. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  24. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
  25. BUILD FAILED in 5s
  26. 1 actionable task: 1 executed
  27. BUILD FAILED
  28. Task completed in 7 seconds
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement