Skip to content

Commit

Permalink
Bump the datafixer id to the actual 1.20.5 id
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Apr 25, 2024
1 parent 3722256 commit 6ea6ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class DataFixerUtil {

public static final int VERSION1_20_4 = 3817; // 1.20.4
public static final int VERSION1_20_5 = 3825; // 1.20.5
public static final int VERSION1_20_5 = 3837; // 1.20.5

@SuppressWarnings("unchecked")
public static Object fixUpRawItemData(Object nbt, int fromVersion, int toVersion)
Expand Down

0 comments on commit 6ea6ab7

Please sign in to comment.