geforkt von Mirrors/FastAsyncWorldEdit
fix entity undo; amend constants
Dieser Commit ist enthalten in:
Ursprung
50971ee311
Commit
950f343339
@ -36,7 +36,7 @@ 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
|
// "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
|
||||||
));
|
));
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren