Advertisement
Guest User

Untitled

a guest
Dec 20th, 2021
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2021.3.51610, forge-1.17.1, 64-bit, 16253 MB, Windows 10, JVM 16.0.2, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  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\Olek Kosterski\MCreatorWorkspaces\rpg_things\src\main\java\net\mcreator\rpgthings\client\model\ModelMimic2.java:6: error: a type with the same simple name is already defined by the single-type-import of Main
  13. import net.minecraft.data.Main;
  14. ^
  15. C:\Users\Olek Kosterski\MCreatorWorkspaces\rpg_things\src\main\java\net\mcreator\rpgthings\client\model\ModelMimic2.java:16: error: a type with the same simple name is already defined by the single-type-import of Main
  16. import net.minecraft.client.main.Main;
  17. ^
  18. C:\Users\Olek Kosterski\MCreatorWorkspaces\rpg_things\src\main\java\net\mcreator\rpgthings\client\model\ModelMimicaa.java:6: error: a type with the same simple name is already defined by the single-type-import of Main
  19. import net.minecraft.data.Main;
  20. ^
  21. C:\Users\Olek Kosterski\MCreatorWorkspaces\rpg_things\src\main\java\net\mcreator\rpgthings\client\model\ModelMimicaa.java:16: error: a type with the same simple name is already defined by the single-type-import of Main
  22. import net.minecraft.client.main.Main;
  23. ^
  24. 4 errors
  25. FAILURE: Build failed with an exception.
  26. * What went wrong:
  27. Execution failed for task ':compileJava'.
  28. > Compilation failed; see the compiler error output for details.
  29. * Try:
  30. 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.
  31. * Get more help at https://help.gradle.org
  32. BUILD FAILED in 2s
  33. 1 actionable task: 1 executed
  34.  
  35. BUILD FAILED
  36. Task completed in 2 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement