Skip to content

Commit

Permalink
Use correct DynamicOps when converting entity/poi chunks
Browse files Browse the repository at this point in the history
We need to use the input's ops, not NbtOps as the input
may be RegistryOps.

(cherry picked from commit 61cb990)
  • Loading branch information
Spottedleaf authored and mworzala committed Nov 2, 2024
1 parent 5d8278a commit de98e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public final class MCVersions {
public static final int V1_21_2_RC1 = 4078;
public static final int V1_21_2_RC2 = 4079;
public static final int V1_21_2 = 4080;
public static final int V1_21_3 = 4072;
public static final int V1_21_3 = 4082;

private MCVersions() {}
}

0 comments on commit de98e2d

Please sign in to comment.