Add 1.16 UUID tag to NO_COPY_ENTITY_NBT_FIELDS

This commit is contained in:
Matthew Miller 2020-06-25 17:08:35 +10:00
parent 410d4c5eee
commit 984e944815
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ private Constants() {
static {
NO_COPY_ENTITY_NBT_FIELDS = Collections.unmodifiableList(Arrays.asList(
"UUIDLeast", "UUIDMost", // Bukkit and Vanilla
"UUIDLeast", "UUIDMost", "UUID", // Bukkit and Vanilla
"WorldUUIDLeast", "WorldUUIDMost", // Bukkit and Vanilla
"PersistentIDMSB", "PersistentIDLSB" // Forge
));

View File

@ -24,8 +24,8 @@
accessWidener("src/main/resources/worldedit.accesswidener")
}
val minecraftVersion = "1.16"
val yarnMappings = "1.16+build.1:v2"
val minecraftVersion = "1.16.1"
val yarnMappings = "1.16.1+build.4:v2"
val loaderVersion = "0.8.8+build.202"
configurations.all {