Advertisement
Guest User

Untitled

a guest
May 29th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Executing Gradle task: build
  2. Build info: MCreator 2020.3.22116, forge-1.14.4, 64-bit, 3981 MB, Windows 10, JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  3. > Configure project :
  4. New Dep: net.minecraftforge:forge:1.14.4-28.2.16_mapped_snapshot_20190719-1.14.3
  5. > Task :compileJava FAILED
  6. C:\Users\johndoe\MCreatorWorkspaces\vannila_style_mobs\src\main\java\net\mcreator\vannila_style_mobs\entity\RamEntity.java:462: error: cannot find symbol
  7. public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
  8. ^
  9. symbol: class MatrixStack
  10. location: class ModelRam
  11. C:\Users\johndoe\MCreatorWorkspaces\vannila_style_mobs\src\main\java\net\mcreator\vannila_style_mobs\entity\RamEntity.java:462: error: cannot find symbol
  12. public void render(MatrixStack matrixStack, IVertexBuilder buffer, int packedLight, int packedOverlay, float red, float green, float blue,
  13. ^
  14. symbol: class IVertexBuilder
  15. location: class ModelRam
  16. 2 errors
  17. FAILURE: Build failed with an exception.
  18. * What went wrong:
  19. Execution failed for task ':compileJava'.
  20. > Compilation failed; see the compiler error output for details.
  21. * Try:
  22. 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.
  23. * Get more help at https://help.gradle.org
  24. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  25. Use '--warning-mode all' to show the individual deprecation warnings.
  26. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  27. BUILD FAILED in 31s
  28. 1 actionable task: 1 executed
  29. BUILD FAILED
  30. Task completed in 39170 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement