Fricker.
This commit is contained in:
Ellpeck 2016-07-18 02:09:41 +02:00
parent 07a9c9b10d
commit 15a0608055

View file

@ -107,7 +107,7 @@ public class ItemSpawnerChanger extends ItemBase{
stack.setTagCompound(new NBTTagCompound());
}
if(!(entity instanceof EntityPlayer) && !entity.isNonBoss()){
if(!(entity instanceof EntityPlayer) && entity.isNonBoss()){
String entityName = EntityList.getEntityString(entity);
if(entityName != null && !entityName.isEmpty()){
for(String name : ConfigStringListValues.SPAWNER_CHANGER_BLACKLIST.getValue()){