StickZin

Mcreator log

Sep 11th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1.  
  2. Executing Gradle task: runClient
  3. Build info: MCreator 2024.3.42716, neoforge-1.21.1, 64-bit, 16224 MB, Windows 10, JVM 21.0.4, JAVA_HOME: D:\Arquivos junio\Mcreator\jdk, started on: 2025-09-11-20:24:29
  4. Loaded APIs: pehkui, playeranimator
  5.  
  6. Reusing configuration cache.
  7. > Task :processResources UP-TO-DATE
  8. > Task :createArtifactManifest UP-TO-DATE
  9. > Task :downloadAssets UP-TO-DATE
  10. > Task :createMinecraftArtifacts UP-TO-DATE
  11. > Task :writeClientLegacyClasspath UP-TO-DATE
  12. > Task :prepareClientRun UP-TO-DATE
  13. > Task :compileJava
  14. D:\Arquivos junio\Madness Combat Mod\Mods\Mod_De_Teste\src\main\java\net\mcreator\modexperimental\procedures\TesteProcedure.java:31: error: cannot find symbol
  15. Procedure.setAnimationClientside((Player) entity, "animation", false);
  16. ^
  17. symbol: variable Procedure
  18. location: class TesteProcedure
  19. D:\Arquivos junio\Madness Combat Mod\Mods\Mod_De_Teste\src\main\java\net\mcreator\modexperimental\procedures\TesteProcedure.java:35: error: package Procedure does not exist
  20. PacketDistributor.sendToPlayersInDimension((ServerLevel) entity.level(), new Procedure.ModExperimentalModAnimationMessage("animation", entity.getId(), false));
  21. ^
  22. 2 errors
  23. > Task :compileJava FAILED
  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 --info option to get more log output.
  30. > Run with --scan to get full insights.
  31. BUILD FAILED in 11s
  32. 7 actionable tasks: 1 executed, 6 up-to-date
  33. Configuration cache entry reused.
  34.  
  35. BUILD FAILED
  36. Task completed in 1 minute and 9 seconds
  37.  
  38.  
Advertisement
Add Comment
Please, Sign In to add comment