Skip to content

Commit

Permalink
fix: lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Dec 31, 2024
1 parent bd1ab26 commit d9712d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected RenderType renderType(ResourceLocation texture, float xOffset) {
}

protected float xOffset(float tickCount) {
return tickCount * 0.1F;
return tickCount * 0.01F;
}

@Override
Expand Down

0 comments on commit d9712d0

Please sign in to comment.