Advertisement
Guest User

geckolib error mcreator 2022.2

a guest
Mar 10th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2022.2.34517, forge-1.18.2, 64-bit, 16332 MB, Windows 10, JVM 17.0.3, JAVA_HOME: D:\MCreator\newest\MCreator\jdk, started on: 2023-03-10-13:05:11
  3.  
  4. > Configure project :
  5. The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of.
  6. (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes,
  7. but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
  8. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available
  9. at https://account.mojang.com/documents/minecraft_eula.
  10.  
  11. > Task :compileJava FAILED
  12. C:\Users\pastel\MCreatorWorkspaces\smp_ninja\src\main\java\net\mcreator\smpninja\procedures\NetheriteGuardModelProcedure.java:16: error: cannot find symbol
  13. public class NetheriteGuardModelProcedure extends AnimatedGeoModel<NetheriteGuardEntity> {
  14. ^
  15. symbol: class AnimatedGeoModel
  16. C:\Users\pastel\MCreatorWorkspaces\smp_ninja\src\main\java\net\mcreator\smpninja\procedures\NetheriteGuardModelProcedure.java:17: error: method does not override or implement a method from a supertype
  17. @Override
  18. ^
  19. C:\Users\pastel\MCreatorWorkspaces\smp_ninja\src\main\java\net\mcreator\smpninja\procedures\NetheriteGuardModelProcedure.java:22: error: method does not override or implement a method from a supertype
  20. @Override
  21. ^
  22. C:\Users\pastel\MCreatorWorkspaces\smp_ninja\src\main\java\net\mcreator\smpninja\procedures\NetheriteGuardModelProcedure.java:27: error: method does not override or implement a method from a supertype
  23. @Override
  24. ^
  25. 4 errors
  26. FAILURE: Build failed with an exception.
  27. * What went wrong:
  28. Execution failed for task ':compileJava'.
  29. > Compilation failed; see the compiler error output for details.
  30. * Try:
  31. > Run with --stacktrace option to get the stack trace.
  32. > Run with --info or --debug option to get more log output.
  33. > Run with --scan to get full insights.
  34. * Get more help at https://help.gradle.org
  35. BUILD FAILED in 2s
  36. 1 actionable task: 1 executed
  37.  
  38. BUILD FAILED
  39. Task completed in 6 seconds
  40.  
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement