Skip to content

Commit

Permalink
bump yarn / malilib
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jan 29, 2025
1 parent 2baacba commit d6a51b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ mod_file_name = litematica-fabric
mod_version = 0.21.999-dev

# Required malilib version
malilib_version = 2b431d54f4
malilib_version = 7ea385d3c5

# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 25w04a
minecraft_version = 25w04a
mappings_version = 25w04a+build.7
mappings_version = 25w04a+build.10

fabric_loader_version = 0.16.10
mod_menu_version = 13.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void onPostRenderEntities(MatrixStack matrices, VertexConsumerProvider.I
if (this.posMatrix != null &&
this.ticks != null)
{
LitematicaRenderer.getInstance().piecewiseRenderEntities(this.posMatrix, this.ticks.getTickDelta(false), this.profiler);
LitematicaRenderer.getInstance().piecewiseRenderEntities(this.posMatrix, this.ticks.getTickProgress(false), this.profiler);
this.posMatrix = null;
this.ticks = null;
this.profiler = null;
Expand Down

0 comments on commit d6a51b3

Please sign in to comment.