Advertisement
garroth1963

Untitled

Sep 8th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | Help | 0 0
  1.  
  2. Executing Gradle task: build
  3. Build info: MCreator 2022.2.34517, forge-1.18.2, 64-bit, 16338 MB, Windows 10, JVM 17.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2022-09-08-17:20:23
  4.  
  5.  
  6. BUILD FAILED
  7. Task completed in 5 seconds
  8.  
  9. > Configure project :
  10. 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.
  11. (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,
  12. but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
  13. 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
  14. at https://account.mojang.com/documents/minecraft_eula.
  15.  
  16. > Task :compileJava FAILED
  17. C:\Users\noras\MCreatorWorkspaces\evan_mods\src\main\java\net\mcreator\evanmods\client\model\Modeldiamondgolem.java:29: error: variable arm0 is already defined in class Modeldiamondgolem
  18. public final ModelPart arm0;
  19. ^
  20. C:\Users\noras\MCreatorWorkspaces\evan_mods\src\main\java\net\mcreator\evanmods\client\model\Modeldiamondgolem.java:57: error: variable arm0 is already defined in method createBodyLayer()
  21. PartDefinition arm0 = partdefinition.addOrReplaceChild("arm0", CubeListBuilder.create().texOffs(60, 21).mirror()
  22. ^
  23. 2 errors
  24. FAILURE: Build failed with an exception.
  25. * What went wrong:
  26. Execution failed for task ':compileJava'.
  27. > Compilation failed; see the compiler error output for details.
  28. * Try:
  29. > Run with --stacktrace option to get the stack trace.
  30. > Run with --info or --debug option to get more log output.
  31. > Run with --scan to get full insights.
  32. * Get more help at https://help.gradle.org
  33. BUILD FAILED in 2s
  34. 1 actionable task: 1 executed
  35.  
  36. BUILD FAILED
  37. Task completed in 2 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement