fix entity undo; amend constants

This commit is contained in:
wea_ondara 2020-07-26 15:54:02 +02:00
parent 50971ee311
commit 950f343339

View File

@ -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
));