Add Ender Crystal protection.

This commit is contained in:
Olof Larsson 2016-10-13 17:46:46 +02:00
parent 9bca51b470
commit 1674e16388
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -547,7 +547,8 @@ public class MConf extends Entity<MConf>
"BUCKET", // Minecraft 1.?
"WATER_BUCKET", // Minecraft 1.?
"LAVA_BUCKET", // Minecraft 1.?
"ARMOR_STAND" // Minecraft 1.8
"ARMOR_STAND", // Minecraft 1.8
"END_CRYSTAL" // Minecraft 1.10
);
// The duplication bug found in Spigot 1.8 protocol patch
@ -603,7 +604,8 @@ public class MConf extends Entity<MConf>
// Damaging these entities results in an edit.
public BackstringEnumSet<EntityType> entityTypesEditOnDamage = new BackstringEnumSet<EntityType>(EntityType.class,
"ITEM_FRAME", // Minecraft 1.?
"ARMOR_STAND" // Minecraft 1.8
"ARMOR_STAND", // Minecraft 1.8
"ENDER_CRYSTAL" // Minecraft 1.10
);
// Interacting with these entities results in opening a container.