Advertisement
Guest User

Untitled

a guest
Aug 24th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2022.2.34517, forge-1.18.2, 64-bit, 16324 MB, Windows 10, JVM 17.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2022-08-24-13:51:10
  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\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:23: error: cannot find symbol @Mod("humanitydowngrade")
  13. ^
  14. symbol: class Mod
  15. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:28: error: cannot find symbol public static final SimpleChannel PACKET_HANDLER = NetworkRegistry.newSimpleChannel(new ResourceLocation(MODID, MODID), () -> PROTOCOL_VERSION,
  16. ^
  17. symbol: class SimpleChannel
  18. location: class HumanitydowngradeMod
  19. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:38: error: cannot find symbol public static <T> void addNetworkMessage(Class<T> messageType, BiConsumer<T, FriendlyByteBuf> encoder, Function<FriendlyByteBuf, T> decoder,
  20. ^
  21. symbol: class FriendlyByteBuf
  22. location: class HumanitydowngradeMod
  23. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:38: error: cannot find symbol public static <T> void addNetworkMessage(Class<T> messageType, BiConsumer<T, FriendlyByteBuf> encoder, Function<FriendlyByteBuf, T> decoder,
  24. ^
  25. symbol: class FriendlyByteBuf
  26. location: class HumanitydowngradeMod
  27. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:39: error: package NetworkEvent does not exist BiConsumer<T, Supplier<NetworkEvent.Context>> messageConsumer) {
  28. ^
  29. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:28: error: cannot find symbol public static final SimpleChannel PACKET_HANDLER = NetworkRegistry.newSimpleChannel(new ResourceLocation(MODID, MODID), () -> PROTOCOL_VERSION,
  30. ^
  31. symbol: class ResourceLocation
  32. location: class HumanitydowngradeMod
  33. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:28: error: cannot find symbol public static final SimpleChannel PACKET_HANDLER = NetworkRegistry.newSimpleChannel(new ResourceLocation(MODID, MODID), () -> PROTOCOL_VERSION,
  34. ^
  35. symbol: variable NetworkRegistry
  36. location: class HumanitydowngradeMod
  37. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:34: error: cannot find symbol IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
  38. ^
  39. symbol: class IEventBus
  40. location: class HumanitydowngradeMod
  41. C:\Users\User\MCreatorWorkspaces\humanitydowngrade\src\main\java\net\mcreator\humanitydowngrade\HumanitydowngradeMod.java:34: error: cannot find symbol IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
  42. ^
  43. symbol: variable FMLJavaModLoadingContext
  44. location: class HumanitydowngradeMod
  45. 9 errors
  46. FAILURE: Build failed with an exception.
  47. * What went wrong:
  48. Execution failed for task ':compileJava'.
  49. > Compilation failed; see the compiler error output for details.
  50. * Try:
  51. > Run with --stacktrace option to get the stack trace.
  52. > Run with --info or --debug option to get more log output.
  53. > Run with --scan to get full insights.
  54. * Get more help at https://help.gradle.org
  55. BUILD FAILED in 2s
  56. 1 actionable task: 1 executed
  57.  
  58. BUILD FAILED
  59. Task completed in 2 minutes and 18 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement