feat: update DataFixer

feat/data-edit-commands
William 5 months ago
parent 31419f3b97
commit 3d10b2324f
No known key found for this signature in database

@ -165,6 +165,7 @@ public class BukkitSerializer {
case "1.20", "1.20.1", "1.20.2" -> DataFixerUtil.VERSION1_20_2;
case "1.20.3", "1.20.4" -> DataFixerUtil.VERSION1_20_4;
case "1.20.5", "1.20.6" -> DataFixerUtil.VERSION1_20_5;
case "1.21" -> DataFixerUtil.VERSION1_21;
default -> DataFixerUtil.getCurrentVersion();
};
}

Loading…
Cancel
Save