geforkt von Mirrors/FastAsyncWorldEdit
set forge uuid values
Dieser Commit ist enthalten in:
Ursprung
bf09d6922c
Commit
629a237fb5
@ -36,9 +36,9 @@ public final class Constants {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
NO_COPY_ENTITY_NBT_FIELDS = Collections.unmodifiableList(Arrays.asList(
|
NO_COPY_ENTITY_NBT_FIELDS = Collections.unmodifiableList(Arrays.asList(
|
||||||
// "UUIDLeast", "UUIDMost", // Bukkit and Vanilla //UUID values need to be set manully to a new UUID
|
//"UUIDLeast", "UUIDMost", // Bukkit and Vanilla //UUID values need to be set manully to a new UUID
|
||||||
"WorldUUIDLeast", "WorldUUIDMost", // Bukkit and Vanilla
|
"WorldUUIDLeast", "WorldUUIDMost", // Bukkit and Vanilla
|
||||||
"PersistentIDMSB", "PersistentIDLSB" // Forge
|
//"PersistentIDMSB", "PersistentIDLSB" // Forge //UUID values need to be set manully to a new UUID
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren