Trainguy9512 / trainguys-animation-overhaul

Other
376 stars 268 forks source link

trying to compile the master results in a fail #137

Open xJusteen47 opened 6 months ago

xJusteen47 commented 6 months ago

`PS C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f> ./gradlew build

Configure project : Fabric Loom: 1.0.18 :remapping 55 mods from modImplementation :remapping sources

Task :compileJava C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\debug\MixinPlayerSkin.java:10: error: Mixin has no targets @Mixin(PlayerSkin.class) ^ C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\MixinGameRenderer.java:84: warning: Unable to locate method mapping for @At(INVOKE.) 'Lcom/mojang/blaze3d/systems/RenderSystem;setInverseViewRotationMatrix(Lorg/joml/Matrix3f;)V' @Inject(method = "renderLevel", at = @At(value = "INVOKE", target = "Lcom/mojang/blaze3d/systems/RenderSystem;setInverseViewRotationMatrix(Lorg/joml/Matrix3f;)V")) ^ C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\MixinGameRenderer.java:75: warning: Unable to locate method mapping for @Slice 'Lcom/mojang/blaze3d/systems/RenderSystem;setInverseViewRotationMatrix(Lorg/joml/Matrix3f;)V' @Redirect(method = "renderLevel", at = @At(value = "INVOKE", target = "Lcom/mojang/blaze3d/vertex/PoseStack;mulPose(Lorg/joml/Quaternionf;)V"), ^ C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\debug\MixinPlayerSkin.java:3: error: cannot find symbol import net.minecraft.client.resources.PlayerSkin; ^ symbol: class PlayerSkin location: package net.minecraft.client.resources C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f\src\main\java\com\trainguy9512\animationoverhaul\mixin\debug\MixinPlayerSkin.java:10: error: cannot find symbol @Mixin(PlayerSkin.class) ^ symbol: class PlayerSkin 3 errors 2 warnings

Task :compileJava FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 17s 1 actionable task: 1 executed PS C:\Users\jacop\Desktop\ss\trainguys-animation-overhaul-07637f515eec5193f18e4439746ceba7533f3b1f>`