Add natural spawn reasons for illagers

This commit is contained in:
Magnus Ulf 2020-01-14 16:00:41 +01:00
parent 5d78a395eb
commit e7dc6bd2c2
2 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,9 @@ public class EngineFlagSpawn extends Engine
"MOUNT",
"REINFORCEMENTS",
"VILLAGE_DEFENSE",
"VILLAGE_INVASION"
"VILLAGE_INVASION",
"RAID",
"PATROL"
);
// -------------------------------------------- //

View File

@ -21,7 +21,7 @@ public class EnumerationUtil
"COMPOSTER", // Minecraft 1.14
"LECTERN", // Minecraft 1.14
"BEEHIVE", // Minecraft 1.15
"BEE_NEST" // Miecraft 1.15
"BEE_NEST"
);
public static boolean isMaterialEditOnInteract(Material material)