Guest User

MCreator Model Issue

a guest
Oct 17th, 2021
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.14 KB | None | 0 0
  1.  
  2.  
  3. Executing Gradle task: build
  4. Build info: MCreator 2021.2.36710, forge-1.16.5, 64-bit, 16333 MB, Windows 10, JVM 11.0.11, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  5. > Task :compileJava FAILED
  6. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:105: error: net.gameidiot.gisgearplus.item.LegendaryArmorItem.ModelLegendaryHelmet is not abstract and does not override abstract method render(com.mojang.blaze3d.matrix.MatrixStack,com.mojang.blaze3d.vertex.IVertexBuilder,int,int,float,float,float,float) in net.minecraft.client.renderer.model.Model
  7. public static class ModelLegendaryHelmet extends EntityModel<Entity> {
  8. ^
  9. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:119: error: cannot find symbol
  10. texWidth = 64;
  11. ^
  12. symbol: variable texWidth
  13. location: class net.gameidiot.gisgearplus.item.LegendaryArmorItem.ModelLegendaryHelmet
  14. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:120: error: cannot find symbol
  15. texHeight = 64;
  16. ^
  17. symbol: variable texHeight
  18. location: class net.gameidiot.gisgearplus.item.LegendaryArmorItem.ModelLegendaryHelmet
  19. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:122: error: cannot find symbol
  20. LegendaryHelmet.setPos(0.0F, 24.0F, 0.0F);
  21. ^
  22. symbol: method setPos(float,float,float)
  23. location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
  24. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:123: error: cannot find symbol
  25. LegendaryHelmet.texOffs(0, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.1F, false);
  26. ^
  27. symbol: method texOffs(int,int)
  28. location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
  29. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:124: error: cannot find symbol
  30. LegendaryHelmet.texOffs(25, 31).addBox(-1.0F, -8.1F, -5.15F, 2.0F, 2.0F, 1.0F, 0.0F, false);
  31. ^
  32. symbol: method texOffs(int,int)
  33. location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
  34. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:125: error: cannot find symbol
  35. LegendaryHelmet.texOffs(0, 15).addBox(-4.1F, -3.0F, 3.1F, 0.0F, 1.0F, 2.0F, 0.0F, false);
  36. ^
  37. symbol: method texOffs(int,int)
  38. location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
  39. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:126: error: cannot find symbol
  40. LegendaryHelmet.texOffs(0, 14).addBox(4.1F, -3.0F, 3.1F, 0.0F, 1.0F, 2.0F, 0.0F, false);
  41. ^
  42. symbol: method texOffs(int,int)
  43. location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
  44. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:128: error: cannot find symbol
  45. cube_r1.setPos(4.6F, -4.909F, -1.0834F);
  46. ^
  47. symbol: method setPos(float,float,float)
  48. location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
  49. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:131: error: cannot find symbol
  50. cube_r1.texOffs(20, 28).addBox(-9.0F, -1.0F, 5.0F, 1.0F, 1.0F, 2.0F, 0.0F, false);
  51. ^
  52. symbol: method texOffs(int,int)
  53. location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
  54. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:132: error: cannot find symbol
  55. cube_r1.texOffs(26, 28).addBox(-1.2F, -1.0F, 5.0F, 1.0F, 1.0F, 2.0F, 0.0F, false);
  56. ^
  57. symbol: method texOffs(int,int)
  58. location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
  59. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:134: error: cannot find symbol
  60. cube_r2.setPos(4.6F, -4.7347F, -3.0757F);
  61. ^
  62. symbol: method setPos(float,float,float)
  63. location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
  64. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:137: error: cannot find symbol
  65. cube_r2.texOffs(8, 28).addBox(-9.0F, -1.0F, 5.0F, 1.0F, 2.0F, 2.0F, 0.0F, false);
  66. ^
  67. symbol: method texOffs(int,int)
  68. location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
  69. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:138: error: cannot find symbol
  70. cube_r2.texOffs(14, 28).addBox(-1.2F, -1.0F, 5.0F, 1.0F, 2.0F, 2.0F, 0.0F, false);
  71. ^
  72. symbol: method texOffs(int,int)
  73. location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
  74. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:140: error: cannot find symbol
  75. cube_r3.setPos(0.0F, -4.0F, 0.0F);
  76. ^
  77. symbol: method setPos(float,float,float)
  78. location: variable cube_r3 of type net.minecraft.client.renderer.model.ModelRenderer
  79. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:143: error: cannot find symbol
  80. cube_r3.texOffs(0, 0).addBox(-4.4F, -2.0F, -1.0F, 1.0F, 3.0F, 3.0F, 0.0F, false);
  81. ^
  82. symbol: method texOffs(int,int)
  83. location: variable cube_r3 of type net.minecraft.client.renderer.model.ModelRenderer
  84. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:144: error: cannot find symbol
  85. cube_r3.texOffs(24, 0).addBox(3.4F, -2.0F, -1.0F, 1.0F, 3.0F, 3.0F, 0.0F, false);
  86. ^
  87. symbol: method texOffs(int,int)
  88. location: variable cube_r3 of type net.minecraft.client.renderer.model.ModelRenderer
  89. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:146: error: cannot find symbol
  90. cube_r4.setPos(-2.0F, 2.37F, 2.991F);
  91. ^
  92. symbol: method setPos(float,float,float)
  93. location: variable cube_r4 of type net.minecraft.client.renderer.model.ModelRenderer
  94. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:149: error: cannot find symbol
  95. cube_r4.texOffs(14, 16).addBox(4.0F, -10.0F, 4.0F, 1.0F, 1.0F, 3.0F, 0.0F, false);
  96. ^
  97. symbol: method texOffs(int,int)
  98. location: variable cube_r4 of type net.minecraft.client.renderer.model.ModelRenderer
  99. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:150: error: cannot find symbol
  100. cube_r4.texOffs(0, 28).addBox(-1.0F, -10.0F, 4.0F, 1.0F, 1.0F, 3.0F, 0.0F, false);
  101. ^
  102. symbol: method texOffs(int,int)
  103. location: variable cube_r4 of type net.minecraft.client.renderer.model.ModelRenderer
  104. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:152: error: cannot find symbol
  105. cube_r5.setPos(0.0F, 0.0F, 0.0F);
  106. ^
  107. symbol: method setPos(float,float,float)
  108. location: variable cube_r5 of type net.minecraft.client.renderer.model.ModelRenderer
  109. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:155: error: cannot find symbol
  110. cube_r5.texOffs(0, 6).addBox(1.0F, -6.75F, 5.0F, 2.0F, 1.0F, 1.0F, 0.0F, false);
  111. ^
  112. symbol: method texOffs(int,int)
  113. location: variable cube_r5 of type net.minecraft.client.renderer.model.ModelRenderer
  114. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:156: error: cannot find symbol
  115. cube_r5.texOffs(24, 6).addBox(-3.0F, -6.75F, 5.0F, 2.0F, 1.0F, 1.0F, 0.0F, false);
  116. ^
  117. symbol: method texOffs(int,int)
  118. location: variable cube_r5 of type net.minecraft.client.renderer.model.ModelRenderer
  119. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:158: error: cannot find symbol
  120. cube_r6.setPos(0.6514F, 0.0F, 1.2199F);
  121. ^
  122. symbol: method setPos(float,float,float)
  123. location: variable cube_r6 of type net.minecraft.client.renderer.model.ModelRenderer
  124. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:161: error: cannot find symbol
  125. cube_r6.texOffs(0, 0).addBox(2.0F, -9.0F, -6.0F, 1.0F, 1.0F, 0.0F, 0.0F, false);
  126. ^
  127. symbol: method texOffs(int,int)
  128. location: variable cube_r6 of type net.minecraft.client.renderer.model.ModelRenderer
  129. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:163: error: cannot find symbol
  130. cube_r7.setPos(-2.1711F, -8.0F, 3.6054F);
  131. ^
  132. symbol: method setPos(float,float,float)
  133. location: variable cube_r7 of type net.minecraft.client.renderer.model.ModelRenderer
  134. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:166: error: cannot find symbol
  135. cube_r7.texOffs(0, 1).addBox(-1.0F, -1.0F, -8.0F, 1.0F, 1.0F, 0.0F, 0.0F, false);
  136. ^
  137. symbol: method texOffs(int,int)
  138. location: variable cube_r7 of type net.minecraft.client.renderer.model.ModelRenderer
  139. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:168: error: cannot find symbol
  140. cube_r8.setPos(0.0F, -8.0F, -4.0F);
  141. ^
  142. symbol: method setPos(float,float,float)
  143. location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
  144. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:171: error: cannot find symbol
  145. cube_r8.texOffs(29, 0).addBox(-3.0F, -1.75F, -0.25F, 2.0F, 2.0F, 1.0F, 0.0F, false);
  146. ^
  147. symbol: method texOffs(int,int)
  148. location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
  149. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:172: error: cannot find symbol
  150. cube_r8.texOffs(31, 5).addBox(1.0F, -1.75F, -0.25F, 2.0F, 2.0F, 1.0F, 0.0F, false);
  151. ^
  152. symbol: method texOffs(int,int)
  153. location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
  154. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:173: error: cannot find symbol
  155. cube_r8.texOffs(19, 31).addBox(-3.0F, -1.75F, -0.25F, 2.0F, 2.0F, 1.0F, 0.0F, false);
  156. ^
  157. symbol: method texOffs(int,int)
  158. location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
  159. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:175: error: cannot find symbol
  160. cube_r9.setPos(0.0F, -7.9386F, -4.3482F);
  161. ^
  162. symbol: method setPos(float,float,float)
  163. location: variable cube_r9 of type net.minecraft.client.renderer.model.ModelRenderer
  164. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:178: error: cannot find symbol
  165. cube_r9.texOffs(0, 18).addBox(-3.0F, -3.0F, 0.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
  166. ^
  167. symbol: method texOffs(int,int)
  168. location: variable cube_r9 of type net.minecraft.client.renderer.model.ModelRenderer
  169. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:179: error: cannot find symbol
  170. cube_r9.texOffs(5, 28).addBox(2.0F, -3.0F, 0.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
  171. ^
  172. symbol: method texOffs(int,int)
  173. location: variable cube_r9 of type net.minecraft.client.renderer.model.ModelRenderer
  174. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:181: error: cannot find symbol
  175. cube_r10.setPos(0.0F, 0.0F, 0.0F);
  176. ^
  177. symbol: method setPos(float,float,float)
  178. location: variable cube_r10 of type net.minecraft.client.renderer.model.ModelRenderer
  179. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:184: error: cannot find symbol
  180. cube_r10.texOffs(0, 16).addBox(-1.1F, -8.0F, -4.95F, 5.0F, 8.0F, 4.0F, 0.0F, false);
  181. ^
  182. symbol: method texOffs(int,int)
  183. location: variable cube_r10 of type net.minecraft.client.renderer.model.ModelRenderer
  184. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:186: error: cannot find symbol
  185. cube_r11.setPos(0.0F, 0.0F, 0.0F);
  186. ^
  187. symbol: method setPos(float,float,float)
  188. location: variable cube_r11 of type net.minecraft.client.renderer.model.ModelRenderer
  189. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:189: error: cannot find symbol
  190. cube_r11.texOffs(18, 16).addBox(-3.9F, -8.0F, -4.95F, 5.0F, 8.0F, 4.0F, 0.0F, false);
  191. ^
  192. symbol: method texOffs(int,int)
  193. location: variable cube_r11 of type net.minecraft.client.renderer.model.ModelRenderer
  194. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:192: error: method does not override or implement a method from a supertype
  195. @Override
  196. ^
  197. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:197: error: method does not override or implement a method from a supertype
  198. @Override
  199. ^
  200. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:204: error: cannot find symbol
  201. modelRenderer.xRot = x;
  202. ^
  203. symbol: variable xRot
  204. location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
  205. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:205: error: cannot find symbol
  206. modelRenderer.yRot = y;
  207. ^
  208. symbol: variable yRot
  209. location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
  210. M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:206: error: cannot find symbol
  211. modelRenderer.zRot = z;
  212. ^
  213. symbol: variable zRot
  214. location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
  215. 43 errors
  216. FAILURE: Build failed with an exception.
  217. * What went wrong:
  218. Execution failed for task ':compileJava'.
  219. > Compilation failed; see the compiler error output for details.
  220. * Try:
  221. 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.
  222. * Get more help at https://help.gradle.org
  223. Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
  224. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
  225. See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
  226. BUILD FAILED in 2s
  227. 1 actionable task: 1 executed
  228. BUILD FAILED
  229. Task completed in 3 seconds
  230.  
Advertisement
Add Comment
Please, Sign In to add comment