Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
Showing only changes of commit e150ffd272 - Show all commits

View File

@@ -84,7 +84,7 @@ public class DataComponentValueConverterProviderImpl implements DataComponentVal
Tag decodedSnbt;
try {
decodedSnbt = tagSerializable.asBinaryTag().get(PaperAdventure.NBT_CODEC);
} catch (CommandSyntaxException e) {
} catch (final CommandSyntaxException e) {
throw new IllegalArgumentException("Unable to parse SNBT value", e);
}