Advertisement
ManuFlosoYT

MCreator Build Log Error

Mar 12th, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2023.1.10610, forge-1.19.2, 64-bit, 32614 MB, Windows 11, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-03-12-10:41:59
  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
  12. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:24: error: cannot find symbol public static final RegistryObject<EntityType<ManuFlosoYTEntity>> MANUFLOSOYT_OLD = register("manuflosoyt_old",
  13. ^
  14. symbol: class ManuFlosoYTEntity
  15. location: class SupermodModEntities
  16. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:28: error: cannot find symbol public static final RegistryObject<EntityType<BuffedendermiteEntity>> END_SLIME = register("end_slime",
  17. ^
  18. symbol: class BuffedendermiteEntity
  19. location: class SupermodModEntities
  20. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:32: error: cannot find symbol public static final RegistryObject<EntityType<EndermanbossEntity>> ENDERMANBOSS = register("endermanboss",
  21. ^
  22. symbol: class EndermanbossEntity
  23. location: class SupermodModEntities
  24. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:25: error: cannot find symbol EntityType.Builder.<ManuFlosoYTEntity>of(ManuFlosoYTEntity::new, MobCategory.CREATURE).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(ManuFlosoYTEntity::new)
  25. ^
  26. symbol: class ManuFlosoYTEntity
  27. location: class SupermodModEntities
  28. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:25: error: cannot find symbol EntityType.Builder.<ManuFlosoYTEntity>of(ManuFlosoYTEntity::new, MobCategory.CREATURE).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(ManuFlosoYTEntity::new)
  29. ^
  30. symbol: class ManuFlosoYTEntity
  31. location: class SupermodModEntities
  32. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:25: error: cannot find symbol EntityType.Builder.<ManuFlosoYTEntity>of(ManuFlosoYTEntity::new, MobCategory.CREATURE).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(ManuFlosoYTEntity::new)
  33. ^
  34. symbol: class ManuFlosoYTEntity
  35. location: class SupermodModEntities
  36. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:29: error: cannot find symbol EntityType.Builder.<BuffedendermiteEntity>of(BuffedendermiteEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(BuffedendermiteEntity::new)
  37. ^
  38. symbol: class BuffedendermiteEntity
  39. location: class SupermodModEntities
  40. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:29: error: cannot find symbol EntityType.Builder.<BuffedendermiteEntity>of(BuffedendermiteEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(BuffedendermiteEntity::new)
  41. ^
  42. symbol: class BuffedendermiteEntity
  43. location: class SupermodModEntities
  44. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:29: error: cannot find symbol EntityType.Builder.<BuffedendermiteEntity>of(BuffedendermiteEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(BuffedendermiteEntity::new)
  45. ^
  46. symbol: class BuffedendermiteEntity
  47. location: class SupermodModEntities
  48. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:33: error: cannot find symbol EntityType.Builder.<EndermanbossEntity>of(EndermanbossEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(EndermanbossEntity::new)
  49. ^
  50. symbol: class EndermanbossEntity
  51. location: class SupermodModEntities
  52. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:33: error: cannot find symbol EntityType.Builder.<EndermanbossEntity>of(EndermanbossEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(EndermanbossEntity::new)
  53. ^
  54. symbol: class EndermanbossEntity
  55. location: class SupermodModEntities
  56. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:33: error: cannot find symbol EntityType.Builder.<EndermanbossEntity>of(EndermanbossEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(3).setCustomClientFactory(EndermanbossEntity::new)
  57. ^
  58. symbol: class EndermanbossEntity
  59. location: class SupermodModEntities
  60. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:44: error: cannot find symbol ManuFlosoYTEntity.init();
  61. ^
  62. symbol: variable ManuFlosoYTEntity
  63. location: class SupermodModEntities
  64. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:45: error: cannot find symbol BuffedendermiteEntity.init();
  65. ^
  66. symbol: variable BuffedendermiteEntity
  67. location: class SupermodModEntities
  68. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:46: error: cannot find symbol EndermanbossEntity.init();
  69. ^
  70. symbol: variable EndermanbossEntity
  71. location: class SupermodModEntities
  72. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:52: error: cannot find symbol event.put(MANUFLOSOYT_OLD.get(), ManuFlosoYTEntity.createAttributes().build());
  73. ^
  74. symbol: variable ManuFlosoYTEntity
  75. location: class SupermodModEntities
  76. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:53: error: cannot find symbol event.put(END_SLIME.get(), BuffedendermiteEntity.createAttributes().build());
  77. ^
  78. symbol: variable BuffedendermiteEntity
  79. location: class SupermodModEntities
  80. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntities.java:54: error: cannot find symbol event.put(ENDERMANBOSS.get(), EndermanbossEntity.createAttributes().build());
  81. ^
  82. symbol: variable EndermanbossEntity
  83. location: class SupermodModEntities
  84. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntityRenderers.java:16: error: cannot find symbol event.registerEntityRenderer(SupermodModEntities.MANUFLOSOYT_OLD.get(), ManuFlosoYTRenderer::new);
  85. ^
  86. symbol: class ManuFlosoYTRenderer
  87. location: class SupermodModEntityRenderers
  88. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntityRenderers.java:17: error: cannot find symbol event.registerEntityRenderer(SupermodModEntities.END_SLIME.get(), BuffedendermiteRenderer::new);
  89. ^
  90. symbol: class BuffedendermiteRenderer
  91. location: class SupermodModEntityRenderers
  92. C:\Users\<windowsUsername>\MCreatorWorkspaces\supermod\src\main\java\net\manuflosoyt\supermod\init\SupermodModEntityRenderers.java:18: error: cannot find symbol event.registerEntityRenderer(SupermodModEntities.ENDERMANBOSS.get(), EndermanbossRenderer::new);
  93. ^
  94. symbol: class EndermanbossRenderer
  95. location: class SupermodModEntityRenderers
  96. 21 errors
  97. > Task :compileJava FAILED
  98. FAILURE: Build failed with an exception.
  99. * What went wrong:
  100. Execution failed for task ':compileJava'.
  101. > Compilation failed; see the compiler error output for details.
  102. * Try:
  103. > Run with --stacktrace option to get the stack trace.
  104. > Run with --info or --debug option to get more log output.
  105. > Run with --scan to get full insights.
  106. * Get more help at https://help.gradle.org
  107. BUILD FAILED in 4s
  108. 1 actionable task: 1 executed
  109.  
  110. BUILD FAILED
  111. Task completed in 8 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement