Advertisement
Guest User

liz

a guest
May 26th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1.  
  2. Executing Gradle task: build
  3. Build info: MCreator 2020.3.21322, forge-1.15.2, 64-bit, 16332 MB, Windows 10, JVM 1.8.0_252, JAVA_HOME: D:\MCreator20203\jdk
  4. > Configure project :
  5. New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  6. > Task :compileJava FAILED
  7. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:187: error: cannot find symbol
  8. GlStateManager.translated(this.tail2.offsetX, this.tail2.offsetY, this.tail2.offsetZ);
  9. ^
  10. symbol: variable offsetX
  11. location: variable tail2 of type ModelRenderer
  12. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:187: error: cannot find symbol
  13. GlStateManager.translated(this.tail2.offsetX, this.tail2.offsetY, this.tail2.offsetZ);
  14. ^
  15. symbol: variable offsetY
  16. location: variable tail2 of type ModelRenderer
  17. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:187: error: cannot find symbol
  18. GlStateManager.translated(this.tail2.offsetX, this.tail2.offsetY, this.tail2.offsetZ);
  19. ^
  20. symbol: variable offsetZ
  21. location: variable tail2 of type ModelRenderer
  22. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:188: error: cannot find symbol
  23. GlStateManager.translated(this.tail2.rotationPointX * f5, this.tail2.rotationPointY * f5, this.tail2.rotationPointZ * f5);
  24. ^
  25. symbol: variable f5
  26. location: class Modelliz
  27. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:188: error: cannot find symbol
  28. GlStateManager.translated(this.tail2.rotationPointX * f5, this.tail2.rotationPointY * f5, this.tail2.rotationPointZ * f5);
  29. ^
  30. symbol: variable f5
  31. location: class Modelliz
  32. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:188: error: cannot find symbol
  33. GlStateManager.translated(this.tail2.rotationPointX * f5, this.tail2.rotationPointY * f5, this.tail2.rotationPointZ * f5);
  34. ^
  35. symbol: variable f5
  36. location: class Modelliz
  37. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:190: error: cannot find symbol
  38. GlStateManager.translated(-this.tail2.offsetX, -this.tail2.offsetY, -this.tail2.offsetZ);
  39. ^
  40. symbol: variable offsetX
  41. location: variable tail2 of type ModelRenderer
  42. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:190: error: cannot find symbol
  43. GlStateManager.translated(-this.tail2.offsetX, -this.tail2.offsetY, -this.tail2.offsetZ);
  44. ^
  45. symbol: variable offsetY
  46. location: variable tail2 of type ModelRenderer
  47. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:190: error: cannot find symbol
  48. GlStateManager.translated(-this.tail2.offsetX, -this.tail2.offsetY, -this.tail2.offsetZ);
  49. ^
  50. symbol: variable offsetZ
  51. location: variable tail2 of type ModelRenderer
  52. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:191: error: cannot find symbol
  53. GlStateManager.translated(-this.tail2.rotationPointX * f5, -this.tail2.rotationPointY * f5, -this.tail2.rotationPointZ * f5);
  54. ^
  55. symbol: variable f5
  56. location: class Modelliz
  57. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:191: error: cannot find symbol
  58. GlStateManager.translated(-this.tail2.rotationPointX * f5, -this.tail2.rotationPointY * f5, -this.tail2.rotationPointZ * f5);
  59. ^
  60. symbol: variable f5
  61. location: class Modelliz
  62. C:\Users\Jack\MCreatorWorkspaces\sandscape\src\main\java\net\mcreator\sandscape\entity\LizardEntity.java:191: error: cannot find symbol
  63. GlStateManager.translated(-this.tail2.rotationPointX * f5, -this.tail2.rotationPointY * f5, -this.tail2.rotationPointZ * f5);
  64. ^
  65. symbol: variable f5
  66. location: class Modelliz
  67. 12 errors
  68. FAILURE: Build failed with an exception.
  69. * What went wrong:
  70. Execution failed for task ':compileJava'.
  71. > Compilation failed; see the compiler error output for details.
  72. * Try:
  73. 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.
  74. * Get more help at https://help.gradle.org
  75. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  76. Use '--warning-mode all' to show the individual deprecation warnings.
  77. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  78. BUILD FAILED in 2s
  79. 1 actionable task: 1 executed
  80. BUILD FAILED
  81. Task completed in 7278 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement