AurorasDecorations icon indicating copy to clipboard operation
AurorasDecorations copied to clipboard

Fix sawmill blade spining in the wrong direction (MC-190774)

Open EcoBuilder13 opened this issue 3 years ago • 6 comments

This fixes MC-190774 for the sawmill. Prior to this commit the blade spins the opposite direction on the other side of the sawmill. This pull request fixes that.

EcoBuilder13 avatar Apr 07 '21 19:04 EcoBuilder13

Also a small note is that the sawmill spins in the opposite direction as the stonecutter. This may be intentional or not but I have left it as is for you to decide.

EcoBuilder13 avatar Apr 07 '21 19:04 EcoBuilder13

This bug is marked as fixed in 21w13a, and this mod is now updated to 21w14a, so the PR no longer applies. Though I'm not sure such a fix makes sense for Aurora's Decorations anyway?

LucilleTea avatar Apr 08 '21 11:04 LucilleTea

@LucilleTea This only fixes the Sawmill added by AurorasDecorations. The original bug is caused by the saw texture being improperly flipped when it is uv mapped in the model. I pulled the new model out of the 21w13a jar and I can confirm that what they did to fix it was change the x1 and x2 values because it was forgotten to be flipped on the opposite side. If you look at the difference in that commit you will see I applied the fix to the sawmill's model. The bug is present in the model since it just uv maps the saw texture onto the location specified. So when the model was made the saw blade was not flipped just like what happened in the vanilla game with the stonecutter. So I have simply just fixed that.

EcoBuilder13 avatar Apr 08 '21 11:04 EcoBuilder13

Oh I am a dummy, good context :p

LucilleTea avatar Apr 08 '21 11:04 LucilleTea

The author of the sawmill model considers that the sawmill has twin blades which rotates in different directions.

LambdAurora avatar Apr 08 '21 12:04 LambdAurora

I've changed the direction of the saw in the model to match the saw on the stonecutter. This can be reverted if you want it to spin the opposite direction or if the blades spinning in opposite directions on different sides of the sawmill the pull request can be closed.

EcoBuilder13 avatar Jul 15 '21 12:07 EcoBuilder13