fix entity undo; amend constants

Dieser Commit ist enthalten in:
wea_ondara 2020-07-26 15:54:02 +02:00
Ursprung 50971ee311
Commit 950f343339

Datei anzeigen

@ -36,7 +36,7 @@ public final class Constants {
static {
NO_COPY_ENTITY_NBT_FIELDS = Collections.unmodifiableList(Arrays.asList(
// "UUIDLeast", "UUIDMost", // Bukkit and Vanilla
// "UUIDLeast", "UUIDMost", // Bukkit and Vanilla //UUID values need to be set manully to a new UUID
"WorldUUIDLeast", "WorldUUIDMost", // Bukkit and Vanilla
"PersistentIDMSB", "PersistentIDLSB" // Forge
));