Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: build
- 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
- > Task :compileJava FAILED
- 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
- public static class ModelLegendaryHelmet extends EntityModel<Entity> {
- ^
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:119: error: cannot find symbol
- texWidth = 64;
- ^
- symbol: variable texWidth
- location: class net.gameidiot.gisgearplus.item.LegendaryArmorItem.ModelLegendaryHelmet
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:120: error: cannot find symbol
- texHeight = 64;
- ^
- symbol: variable texHeight
- location: class net.gameidiot.gisgearplus.item.LegendaryArmorItem.ModelLegendaryHelmet
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:122: error: cannot find symbol
- LegendaryHelmet.setPos(0.0F, 24.0F, 0.0F);
- ^
- symbol: method setPos(float,float,float)
- location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:123: error: cannot find symbol
- LegendaryHelmet.texOffs(0, 0).addBox(-4.0F, -8.0F, -4.0F, 8.0F, 8.0F, 8.0F, 0.1F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:124: error: cannot find symbol
- LegendaryHelmet.texOffs(25, 31).addBox(-1.0F, -8.1F, -5.15F, 2.0F, 2.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:125: error: cannot find symbol
- LegendaryHelmet.texOffs(0, 15).addBox(-4.1F, -3.0F, 3.1F, 0.0F, 1.0F, 2.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:126: error: cannot find symbol
- LegendaryHelmet.texOffs(0, 14).addBox(4.1F, -3.0F, 3.1F, 0.0F, 1.0F, 2.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable LegendaryHelmet of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:128: error: cannot find symbol
- cube_r1.setPos(4.6F, -4.909F, -1.0834F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:131: error: cannot find symbol
- cube_r1.texOffs(20, 28).addBox(-9.0F, -1.0F, 5.0F, 1.0F, 1.0F, 2.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:132: error: cannot find symbol
- cube_r1.texOffs(26, 28).addBox(-1.2F, -1.0F, 5.0F, 1.0F, 1.0F, 2.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:134: error: cannot find symbol
- cube_r2.setPos(4.6F, -4.7347F, -3.0757F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:137: error: cannot find symbol
- cube_r2.texOffs(8, 28).addBox(-9.0F, -1.0F, 5.0F, 1.0F, 2.0F, 2.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:138: error: cannot find symbol
- cube_r2.texOffs(14, 28).addBox(-1.2F, -1.0F, 5.0F, 1.0F, 2.0F, 2.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:140: error: cannot find symbol
- cube_r3.setPos(0.0F, -4.0F, 0.0F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r3 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:143: error: cannot find symbol
- cube_r3.texOffs(0, 0).addBox(-4.4F, -2.0F, -1.0F, 1.0F, 3.0F, 3.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r3 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:144: error: cannot find symbol
- cube_r3.texOffs(24, 0).addBox(3.4F, -2.0F, -1.0F, 1.0F, 3.0F, 3.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r3 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:146: error: cannot find symbol
- cube_r4.setPos(-2.0F, 2.37F, 2.991F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r4 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:149: error: cannot find symbol
- cube_r4.texOffs(14, 16).addBox(4.0F, -10.0F, 4.0F, 1.0F, 1.0F, 3.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r4 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:150: error: cannot find symbol
- cube_r4.texOffs(0, 28).addBox(-1.0F, -10.0F, 4.0F, 1.0F, 1.0F, 3.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r4 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:152: error: cannot find symbol
- cube_r5.setPos(0.0F, 0.0F, 0.0F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r5 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:155: error: cannot find symbol
- cube_r5.texOffs(0, 6).addBox(1.0F, -6.75F, 5.0F, 2.0F, 1.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r5 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:156: error: cannot find symbol
- cube_r5.texOffs(24, 6).addBox(-3.0F, -6.75F, 5.0F, 2.0F, 1.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r5 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:158: error: cannot find symbol
- cube_r6.setPos(0.6514F, 0.0F, 1.2199F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r6 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:161: error: cannot find symbol
- cube_r6.texOffs(0, 0).addBox(2.0F, -9.0F, -6.0F, 1.0F, 1.0F, 0.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r6 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:163: error: cannot find symbol
- cube_r7.setPos(-2.1711F, -8.0F, 3.6054F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r7 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:166: error: cannot find symbol
- cube_r7.texOffs(0, 1).addBox(-1.0F, -1.0F, -8.0F, 1.0F, 1.0F, 0.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r7 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:168: error: cannot find symbol
- cube_r8.setPos(0.0F, -8.0F, -4.0F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:171: error: cannot find symbol
- cube_r8.texOffs(29, 0).addBox(-3.0F, -1.75F, -0.25F, 2.0F, 2.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:172: error: cannot find symbol
- cube_r8.texOffs(31, 5).addBox(1.0F, -1.75F, -0.25F, 2.0F, 2.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:173: error: cannot find symbol
- cube_r8.texOffs(19, 31).addBox(-3.0F, -1.75F, -0.25F, 2.0F, 2.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r8 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:175: error: cannot find symbol
- cube_r9.setPos(0.0F, -7.9386F, -4.3482F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r9 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:178: error: cannot find symbol
- cube_r9.texOffs(0, 18).addBox(-3.0F, -3.0F, 0.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r9 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:179: error: cannot find symbol
- cube_r9.texOffs(5, 28).addBox(2.0F, -3.0F, 0.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r9 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:181: error: cannot find symbol
- cube_r10.setPos(0.0F, 0.0F, 0.0F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r10 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:184: error: cannot find symbol
- cube_r10.texOffs(0, 16).addBox(-1.1F, -8.0F, -4.95F, 5.0F, 8.0F, 4.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r10 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:186: error: cannot find symbol
- cube_r11.setPos(0.0F, 0.0F, 0.0F);
- ^
- symbol: method setPos(float,float,float)
- location: variable cube_r11 of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:189: error: cannot find symbol
- cube_r11.texOffs(18, 16).addBox(-3.9F, -8.0F, -4.95F, 5.0F, 8.0F, 4.0F, 0.0F, false);
- ^
- symbol: method texOffs(int,int)
- location: variable cube_r11 of type net.minecraft.client.renderer.model.ModelRenderer
- 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
- @Override
- ^
- 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
- @Override
- ^
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:204: error: cannot find symbol
- modelRenderer.xRot = x;
- ^
- symbol: variable xRot
- location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:205: error: cannot find symbol
- modelRenderer.yRot = y;
- ^
- symbol: variable yRot
- location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
- M:\MCreatorWorkspace\GIsGearPlus1165\src\main\java\net\gameidiot\gisgearplus\item\LegendaryArmorItem.java:206: error: cannot find symbol
- modelRenderer.zRot = z;
- ^
- symbol: variable zRot
- location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
- 43 errors
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- 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.
- * Get more help at https://help.gradle.org
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD FAILED in 2s
- 1 actionable task: 1 executed
- BUILD FAILED
- Task completed in 3 seconds
Advertisement
Add Comment
Please, Sign In to add comment