Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: build
- Build info: MCreator 2023.2.24119, forge-1.19.2, 64-bit, 32693 MB, Windows 10, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-08-06-22:23:11
- > Configure project :
- 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.
- (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,
- but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
- 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
- at https://account.mojang.com/documents/minecraft_eula.
- > Task :compileJava FAILED
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:63: error: cannot find symbol
- private final Map<String, Vector3f> queuedBoneSetMovements = new HashMap<>();
- ^
- symbol: class Vector3f
- location: class KingClawItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:64: error: cannot find symbol
- private final Map<String, Vector3f> queuedBoneSetRotations = new HashMap<>();
- ^
- symbol: class Vector3f
- location: class KingClawItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:65: error: cannot find symbol
- private final Map<String, Vector3f> queuedBoneAddRotations = new HashMap<>();
- ^
- symbol: class Vector3f
- location: class KingClawItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\client\renderer\DirtRenderer.java:30: error: package Vector3f does not exist
- poseStack.mulPose(Vector3f.YP.rotationDegrees(Mth.lerp(partialTicks, entityIn.yRotO, entityIn.getYRot()) - 90));
- ^
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\client\renderer\DirtRenderer.java:31: error: package Vector3f does not exist
- poseStack.mulPose(Vector3f.ZP.rotationDegrees(90 + Mth.lerp(partialTicks, entityIn.xRotO, entityIn.getXRot())));
- ^
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:104: warning: [removal] getUniqueID(T) in GeoItemRenderer has been deprecated and marked for removal
- public Integer getUniqueID(KingClawItem animatable) {
- ^
- where T is a type-variable:
- T extends Item,IAnimatable declared in class GeoItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:108: warning: [removal] getUniqueID(T) in GeoItemRenderer has been deprecated and marked for removal
- return super.getUniqueID(animatable);
- ^
- where T is a type-variable:
- T extends Item,IAnimatable declared in class GeoItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:137: error: cannot find symbol
- this.queuedBoneSetMovements.put(name, new Vector3f(x, y, z));
- ^
- symbol: class Vector3f
- location: class KingClawItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:141: error: cannot find symbol
- this.queuedBoneAddRotations.put(name, new Vector3f(x, y, z));
- ^
- symbol: class Vector3f
- location: class KingClawItemRenderer
- C:\Users\Joel\MCreatorWorkspaces\burrows\src\main\java\net\mcreator\burrows\item\renderer\KingClawItemRenderer.java:145: error: cannot find symbol
- this.queuedBoneSetRotations.put(name, new Vector3f(x, y, z));
- ^
- symbol: class Vector3f
- location: class KingClawItemRenderer
- 8 errors
- 2 warnings
- 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
- BUILD FAILED in 3s
- 1 actionable task: 1 executed
- BUILD FAILED
- Task completed in 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment